snap.js/package.json

24 lines
551 B
JSON
Raw Normal View History

2013-08-05 08:04:30 +00:00
{
"name": "Snap.svg",
2013-08-05 08:04:30 +00:00
"version": "0.0.1",
"description": "JavaScript Vector Library",
"main": "Gruntfile.js",
2013-08-05 08:04:30 +00:00
"repository": {
"type": "git",
"url": "git@github.com:adobe-webplatform/Snap.svg.git"
2013-08-05 08:04:30 +00:00
},
"author": "Dmitry Baranovskiy",
2013-08-27 00:48:51 +00:00
"license": "Apache License v2",
2013-08-05 08:04:30 +00:00
"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": "*",
"elemental.js": "~0.2.4",
"dr.js": "~0.0.9"
2013-08-05 08:04:30 +00:00
}
}