snap.js/package.json

23 lines
515 B
JSON
Raw Normal View History

2013-08-05 08:04:30 +00:00
{
"name": "Savage",
"version": "0.0.1",
"description": "JavaScript Vector Library",
2013-08-27 00:48:51 +00:00
"main": "./dist/savage.js",
2013-08-05 08:04:30 +00:00
"repository": {
"type": "git",
2013-08-27 00:48:51 +00:00
"url": "git://github.com/adobe-webplatform/savage.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",
"mocha": "*",
"expect.js": "*",
"eve": "*",
"elemental.js": "*",
2013-08-27 00:48:51 +00:00
"dr.js": "*"
2013-08-05 08:04:30 +00:00
}
}