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-10-10 00:42:18 +03:00
|
|
|
"version": "0.6.0-SNAPSHOT",
|
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": {
|
2015-04-13 18:24:49 +03:00
|
|
|
"dateformat": "^1.0.11",
|
2014-07-21 01:55:10 +04:00
|
|
|
"grunt": "~0.4.5",
|
2015-04-13 18:24:49 +03:00
|
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
|
|
"grunt-contrib-concat": "^0.5.1",
|
|
|
|
"grunt-contrib-copy": "^0.8.0",
|
|
|
|
"grunt-contrib-jshint": "^0.11.1",
|
|
|
|
"grunt-contrib-uglify": "^0.9.1",
|
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",
|
2015-04-14 19:02:33 +03:00
|
|
|
"grunt-jscs": "^1.6.0",
|
2015-04-13 18:24:49 +03:00
|
|
|
"grunt-karma": "^0.10.1",
|
|
|
|
"grunt-leading-indent": "^0.2.0",
|
|
|
|
"grunt-node-webkit-builder": "^1.0.2",
|
2014-07-23 21:42:08 +04:00
|
|
|
"grunt-open": "0.2.3",
|
2015-04-13 18:24:49 +03:00
|
|
|
"grunt-replace": "^0.8.0",
|
|
|
|
"karma": "0.12.31",
|
2014-07-23 21:42:08 +04:00
|
|
|
"karma-chrome-launcher": "^0.1.4",
|
2015-04-13 18:24:49 +03:00
|
|
|
"karma-jasmine": "^0.3.5",
|
2014-08-14 04:28:37 +04:00
|
|
|
"karma-phantomjs-launcher": "^0.1.4",
|
2015-09-19 01:25:33 +03:00
|
|
|
"jasmine-core": "^2.1.0",
|
2015-04-26 23:01:06 +03:00
|
|
|
"load-grunt-tasks": "^3.1.0"
|
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
|
|
|
}
|