2013-05-27 01:58:59 +04:00
|
|
|
{
|
2013-08-12 09:31:09 +04:00
|
|
|
"author": "Julian Descottes, Vincent Renaudin",
|
2013-05-27 01:58:59 +04:00
|
|
|
"name": "piskel",
|
2014-05-06 05:53:18 +04:00
|
|
|
"main": "./dest/index.html",
|
2013-05-27 01:58:59 +04:00
|
|
|
"description": "Web based 2d animations editor",
|
2015-01-24 01:17:39 +03:00
|
|
|
"version": "0.4.2",
|
2013-05-27 01:58:59 +04:00
|
|
|
"homepage": "http://github.com/juliandescottes/piskel",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "http://github.com/juliandescottes/piskel.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2014-04-29 01:13:44 +04:00
|
|
|
"test": "grunt test",
|
|
|
|
"start": "nodewebkit"
|
2013-05-27 01:58:59 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-07-23 21:42:08 +04:00
|
|
|
"dateformat": "1.0.8-1.2.3",
|
2014-07-21 01:55:10 +04:00
|
|
|
"grunt": "~0.4.5",
|
2014-07-23 21:42:08 +04:00
|
|
|
"grunt-closure-tools": "~0.9.7",
|
2014-05-06 00:36:34 +04:00
|
|
|
"grunt-contrib-clean": "0.5.0",
|
2014-07-21 01:55:10 +04:00
|
|
|
"grunt-contrib-concat": "0.5.0",
|
2014-05-06 00:36:34 +04:00
|
|
|
"grunt-contrib-copy": "0.5.0",
|
2014-07-21 01:55:10 +04:00
|
|
|
"grunt-contrib-jshint": "0.10.0",
|
|
|
|
"grunt-contrib-uglify": "0.5.0",
|
2014-05-06 01:08:11 +04:00
|
|
|
"grunt-contrib-watch": "0.6.1",
|
2014-07-21 01:55:10 +04:00
|
|
|
"grunt-express": "1.4.1",
|
|
|
|
"grunt-ghost": "1.1.0",
|
2013-09-28 20:51:10 +04:00
|
|
|
"grunt-leading-indent": "0.1.0",
|
2014-07-21 01:55:10 +04:00
|
|
|
"grunt-node-webkit-builder": "0.1.21",
|
2014-07-23 21:42:08 +04:00
|
|
|
"grunt-open": "0.2.3",
|
|
|
|
"grunt-replace": "0.7.8",
|
2014-08-14 03:50:33 +04:00
|
|
|
"grunt-karma": "~0.8.2",
|
2014-07-23 21:42:08 +04:00
|
|
|
"karma": "0.12.17",
|
|
|
|
"karma-chrome-launcher": "^0.1.4",
|
2014-08-14 04:28:37 +04:00
|
|
|
"karma-phantomjs-launcher": "^0.1.4",
|
2014-09-06 14:37:11 +04:00
|
|
|
"karma-jasmine": "^0.2.0",
|
2014-08-14 04:24:59 +04:00
|
|
|
"nodewebkit": "~0.10.1"
|
2014-04-29 01:13:44 +04:00
|
|
|
},
|
|
|
|
"window": {
|
2014-06-22 00:39:37 +04:00
|
|
|
"title": "Piskel",
|
|
|
|
"icon": "dest/logo.png",
|
|
|
|
"toolbar": false,
|
|
|
|
"width": 1000,
|
|
|
|
"height": 500
|
2013-05-27 01:58:59 +04:00
|
|
|
}
|
2013-05-28 01:42:16 +04:00
|
|
|
}
|