2013-05-26 21:58:59 +00:00
|
|
|
{
|
|
|
|
"name": "piskel",
|
2016-06-04 08:43:22 +00:00
|
|
|
"version": "0.8.0-SNAPSHOT",
|
|
|
|
"description": "Pixel art editor",
|
|
|
|
"author": "Julian Descottes <julian.descottes@gmail.com>",
|
|
|
|
"contributors": [
|
|
|
|
"Vincent Renaudin"
|
|
|
|
],
|
2015-12-09 22:02:44 +00:00
|
|
|
"main": "./dest/prod/index.html",
|
2013-05-26 21:58:59 +00:00
|
|
|
"homepage": "http://github.com/juliandescottes/piskel",
|
2016-06-04 08:43:22 +00:00
|
|
|
"license": "Apache-2.0",
|
2013-05-26 21:58:59 +00:00
|
|
|
"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": {
|
2015-12-09 21:38:58 +00:00
|
|
|
"dateformat": "1.0.11",
|
2016-06-03 19:21:21 +00:00
|
|
|
"grunt": "^0.4.5",
|
2016-02-15 21:52:53 +00:00
|
|
|
"grunt-contrib-clean": "1.0.0",
|
2016-04-21 20:37:53 +00:00
|
|
|
"grunt-contrib-concat": "1.0.1",
|
2016-05-07 13:18:12 +00:00
|
|
|
"grunt-contrib-connect": "1.0.2",
|
2016-03-05 11:55:08 +00:00
|
|
|
"grunt-contrib-copy": "1.0.0",
|
2016-02-17 00:47:37 +00:00
|
|
|
"grunt-contrib-jshint": "1.0.0",
|
2016-04-21 20:37:53 +00:00
|
|
|
"grunt-contrib-uglify": "1.0.1",
|
2016-03-12 22:20:38 +00:00
|
|
|
"grunt-contrib-watch": "1.0.0",
|
2014-07-20 21:55:10 +00:00
|
|
|
"grunt-ghost": "1.1.0",
|
2016-04-21 20:37:53 +00:00
|
|
|
"grunt-include-replace": "4.0.1",
|
2016-03-05 11:55:08 +00:00
|
|
|
"grunt-jscs": "2.8.0",
|
2016-05-07 13:18:12 +00:00
|
|
|
"grunt-karma": "1.0.0",
|
2015-12-09 21:38:58 +00:00
|
|
|
"grunt-leading-indent": "0.2.0",
|
2015-12-09 22:02:44 +00:00
|
|
|
"grunt-nw-builder": "2.0.0",
|
2014-07-23 17:42:08 +00:00
|
|
|
"grunt-open": "0.2.3",
|
2016-04-21 20:37:53 +00:00
|
|
|
"grunt-replace": "1.0.1",
|
2016-02-04 05:26:16 +00:00
|
|
|
"grunt-spritesmith": "6.3.0",
|
2015-12-09 21:38:58 +00:00
|
|
|
"jasmine-core": "2.1.0",
|
2016-02-12 22:38:29 +00:00
|
|
|
"karma": "0.13.21",
|
2016-05-07 13:18:12 +00:00
|
|
|
"karma-chrome-launcher": "1.0.1",
|
|
|
|
"karma-jasmine": "1.0.2",
|
2016-01-04 22:54:38 +00:00
|
|
|
"karma-phantomjs-launcher": "0.2.3",
|
2016-04-21 20:37:53 +00:00
|
|
|
"load-grunt-tasks": "3.5.0",
|
2015-12-14 22:05:45 +00:00
|
|
|
"phantomjs": "1.9.19"
|
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
|
|
|
}
|