23 lines
515 B
JSON
23 lines
515 B
JSON
{
|
|
"name": "Savage",
|
|
"version": "0.0.1",
|
|
"description": "JavaScript Vector Library",
|
|
"main": "./dist/savage.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/adobe-webplatform/savage.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",
|
|
"mocha": "*",
|
|
"expect.js": "*",
|
|
"eve": "*",
|
|
"elemental.js": "*",
|
|
"dr.js": "*"
|
|
}
|
|
}
|