23 lines
520 B
JSON
23 lines
520 B
JSON
{
|
|
"name": "snapsvg",
|
|
"version": "0.1.1",
|
|
"description": "JavaScript Vector Library",
|
|
"main": "Gruntfile.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:adobe-webplatform/Snap.svg.git"
|
|
},
|
|
"author": "Dmitry Baranovskiy",
|
|
"license": "Apache License v2",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-uglify": "~0.2.0",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-exec": "~0.4.2",
|
|
"mocha": "*",
|
|
"expect.js": "*",
|
|
"eve": "*",
|
|
"dr.js": "~0.1.0"
|
|
}
|
|
}
|