snap.js/package.json

23 lines
591 B
JSON
Raw Normal View History

2013-08-05 08:04:30 +00:00
{
2014-04-22 09:09:21 +00:00
"name": "snapsvg",
"version": "0.3.0",
"description": "JavaScript Vector Library",
"main": "./dist/snap.svg.js",
2014-04-22 09:09:21 +00:00
"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": "*",
2014-05-23 11:03:03 +00:00
"eve": "~0.4.2",
2014-04-22 09:09:21 +00:00
"dr.js": "~0.1.0"
}
}