19 lines
425 B
JSON
19 lines
425 B
JSON
{
|
|
"name": "Savage",
|
|
"version": "0.0.1",
|
|
"description": "JavaScript Vector Library",
|
|
"main": "savage.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/DmitryBaranovskiy/raphael.git"
|
|
},
|
|
"author": "Dmitry Baranovskiy",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-uglify": "~0.2.0",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"eslint-grunt": "0.0.4"
|
|
}
|
|
}
|