snap.js/package.json

23 lines
520 B
JSON
Raw Normal View History

2013-08-05 08:04:30 +00:00
{
"name": "snapsvg",
2013-12-23 01:26:40 +00:00
"version": "0.2.0",
2013-08-05 08:04:30 +00:00
"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": "*",
"dr.js": "~0.1.0"
2013-08-05 08:04:30 +00:00
}
}