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",
|
2015-12-10 01:02:44 +03:00
|
|
|
"main": "./dest/prod/index.html",
|
2013-05-27 01:58:59 +04:00
|
|
|
"description": "Web based 2d animations editor",
|
2015-12-22 21:48:46 +03:00
|
|
|
"version": "0.7.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-12-10 00:38:58 +03:00
|
|
|
"dateformat": "1.0.11",
|
|
|
|
"grunt": "0.4.5",
|
2016-02-16 00:52:53 +03:00
|
|
|
"grunt-contrib-clean": "1.0.0",
|
2016-03-05 14:55:08 +03:00
|
|
|
"grunt-contrib-concat": "1.0.0",
|
|
|
|
"grunt-contrib-connect": "1.0.0",
|
|
|
|
"grunt-contrib-copy": "1.0.0",
|
2016-02-17 03:47:37 +03:00
|
|
|
"grunt-contrib-jshint": "1.0.0",
|
2016-03-05 14:55:08 +03:00
|
|
|
"grunt-contrib-uglify": "1.0.0",
|
2016-03-13 01:20:38 +03:00
|
|
|
"grunt-contrib-watch": "1.0.0",
|
2014-07-21 01:55:10 +04:00
|
|
|
"grunt-ghost": "1.1.0",
|
2015-12-10 00:38:58 +03:00
|
|
|
"grunt-include-replace": "3.2.0",
|
2016-03-05 14:55:08 +03:00
|
|
|
"grunt-jscs": "2.8.0",
|
2015-12-10 00:38:58 +03:00
|
|
|
"grunt-karma": "0.12.1",
|
|
|
|
"grunt-leading-indent": "0.2.0",
|
2015-12-10 01:02:44 +03:00
|
|
|
"grunt-nw-builder": "2.0.0",
|
2014-07-23 21:42:08 +04:00
|
|
|
"grunt-open": "0.2.3",
|
2015-12-10 00:38:58 +03:00
|
|
|
"grunt-replace": "0.11.0",
|
2016-02-04 08:26:16 +03:00
|
|
|
"grunt-spritesmith": "6.3.0",
|
2015-12-10 00:38:58 +03:00
|
|
|
"jasmine-core": "2.1.0",
|
2016-02-13 01:38:29 +03:00
|
|
|
"karma": "0.13.21",
|
2015-12-10 00:38:58 +03:00
|
|
|
"karma-chrome-launcher": "0.2.2",
|
2016-02-01 14:19:03 +03:00
|
|
|
"karma-jasmine": "0.3.7",
|
2016-01-05 01:54:38 +03:00
|
|
|
"karma-phantomjs-launcher": "0.2.3",
|
2016-03-05 14:55:08 +03:00
|
|
|
"load-grunt-tasks": "3.4.1",
|
2015-12-15 01:05:45 +03:00
|
|
|
"phantomjs": "1.9.19"
|
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
|
|
|
}
|