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",
|
2014-05-06 01:53:18 +00:00
|
|
|
"main": "./dest/index.html",
|
2013-05-26 21:58:59 +00:00
|
|
|
"description": "Web based 2d animations editor",
|
2014-07-20 21:55:10 +00:00
|
|
|
"version": "0.1.1",
|
2013-05-26 21:58:59 +00:00
|
|
|
"homepage": "http://github.com/juliandescottes/piskel",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "http://github.com/juliandescottes/piskel.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2014-04-28 21:13:44 +00:00
|
|
|
"test": "grunt test",
|
|
|
|
"start": "nodewebkit"
|
2013-05-26 21:58:59 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-07-23 17:42:08 +00:00
|
|
|
"dateformat": "1.0.8-1.2.3",
|
2014-07-20 21:55:10 +00:00
|
|
|
"grunt": "~0.4.5",
|
2014-07-23 17:42:08 +00:00
|
|
|
"grunt-closure-tools": "~0.9.7",
|
2014-05-05 20:36:34 +00:00
|
|
|
"grunt-contrib-clean": "0.5.0",
|
2014-07-20 21:55:10 +00:00
|
|
|
"grunt-contrib-concat": "0.5.0",
|
2014-05-05 20:36:34 +00:00
|
|
|
"grunt-contrib-copy": "0.5.0",
|
2014-07-20 21:55:10 +00:00
|
|
|
"grunt-contrib-jshint": "0.10.0",
|
|
|
|
"grunt-contrib-uglify": "0.5.0",
|
2014-05-05 21:08:11 +00:00
|
|
|
"grunt-contrib-watch": "0.6.1",
|
2014-07-20 21:55:10 +00:00
|
|
|
"grunt-express": "1.4.1",
|
|
|
|
"grunt-ghost": "1.1.0",
|
2013-09-28 16:51:10 +00:00
|
|
|
"grunt-leading-indent": "0.1.0",
|
2014-07-20 21:55:10 +00:00
|
|
|
"grunt-node-webkit-builder": "0.1.21",
|
2014-07-23 17:42:08 +00:00
|
|
|
"grunt-open": "0.2.3",
|
|
|
|
"grunt-replace": "0.7.8",
|
|
|
|
"karma": "0.12.17",
|
|
|
|
"karma-chrome-launcher": "^0.1.4",
|
|
|
|
"karma-jasmine": "^0.1.5",
|
|
|
|
"nodewebkit": "~0.9.2-8"
|
2014-04-28 21:13:44 +00:00
|
|
|
},
|
|
|
|
"window": {
|
2014-06-21 20:39:37 +00:00
|
|
|
"title": "Piskel",
|
|
|
|
"icon": "dest/logo.png",
|
|
|
|
"toolbar": false,
|
|
|
|
"width": 1000,
|
|
|
|
"height": 500
|
2013-05-26 21:58:59 +00:00
|
|
|
}
|
2013-05-27 21:42:16 +00:00
|
|
|
}
|