piskel/package.json

55 lines
1.4 KiB
JSON
Raw Normal View History

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