2013-05-26 21:58:59 +00:00
|
|
|
{
|
2013-08-12 05:31:09 +00:00
|
|
|
"author": "Julian Descottes, Vincent Renaudin",
|
2013-05-26 21:58:59 +00:00
|
|
|
"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 21:42:16 +00:00
|
|
|
"grunt": "~0.4.1",
|
2014-05-05 20:36:34 +00:00
|
|
|
"grunt-contrib-clean": "0.5.0",
|
2013-05-26 21:58:59 +00:00
|
|
|
"grunt-contrib-connect": "0.3.0",
|
2013-08-11 18:51:04 +00:00
|
|
|
"grunt-contrib-concat": "0.1.2",
|
2014-05-05 20:36:34 +00:00
|
|
|
"grunt-contrib-copy": "0.5.0",
|
2013-05-26 21:58:59 +00:00
|
|
|
"grunt-contrib-jshint": "0.5.4",
|
2013-08-04 16:27:32 +00:00
|
|
|
"grunt-contrib-uglify": "0.2.2",
|
|
|
|
"grunt-ghost": "1.0.12",
|
2013-09-28 16:51:10 +00:00
|
|
|
"grunt-leading-indent": "0.1.0",
|
|
|
|
"grunt-closure-tools": "~0.8.3"
|
2013-05-26 21:58:59 +00:00
|
|
|
}
|
2013-05-27 21:42:16 +00:00
|
|
|
}
|