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",
|
|
|
|
"grunt-contrib-clean": "0.7.0",
|
|
|
|
"grunt-contrib-concat": "0.5.1",
|
|
|
|
"grunt-contrib-connect": "0.11.2",
|
|
|
|
"grunt-contrib-copy": "0.8.0",
|
2016-01-17 21:11:00 +03:00
|
|
|
"grunt-contrib-jshint": "0.12.0",
|
2015-12-10 00:38:58 +03:00
|
|
|
"grunt-contrib-uglify": "0.11.0",
|
2014-05-06 01:08:11 +04:00
|
|
|
"grunt-contrib-watch": "0.6.1",
|
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-01-29 20:07:14 +03:00
|
|
|
"grunt-jscs": "2.7.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-01-29 08:19:56 +03:00
|
|
|
"grunt-spritesmith": "6.2.0",
|
2015-12-10 00:38:58 +03:00
|
|
|
"jasmine-core": "2.1.0",
|
2016-01-06 03:57:32 +03:00
|
|
|
"karma": "0.13.19",
|
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",
|
2015-12-19 20:28:29 +03:00
|
|
|
"load-grunt-tasks": "3.4.0",
|
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
|
|
|
}
|