piskel/package.json

20 lines
473 B
JSON
Raw Normal View History

2013-05-27 01:58:59 +04:00
{
"author": "People",
"name": "piskel",
"description": "Web based 2d animations editor",
"version": "0.0.1",
"homepage": "http://github.com/juliandescottes/piskel",
"repository": {
"type": "git",
"url": "http://github.com/juliandescottes/piskel.git"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
2013-05-27 02:14:54 +04:00
"grunt": "0.4.1",
2013-05-27 01:58:59 +04:00
"grunt-contrib-connect": "0.3.0",
"grunt-contrib-jshint": "0.5.4",
"grunt-ghost": "1.0.12"
}
2012-09-11 02:29:52 +04:00
}