mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"author": "Julian Descottes, Vincent Renaudin",
|
|
"name": "piskel",
|
|
"main": "./dest/index.html",
|
|
"description": "Web based 2d animations editor",
|
|
"version": "0.6.0-SNAPSHOT",
|
|
"homepage": "http://github.com/juliandescottes/piskel",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/juliandescottes/piskel.git"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"start": "nodewebkit"
|
|
},
|
|
"devDependencies": {
|
|
"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",
|
|
"grunt-contrib-jshint": "0.11.1",
|
|
"grunt-contrib-uglify": "0.11.0",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-ghost": "1.1.0",
|
|
"grunt-include-replace": "3.2.0",
|
|
"grunt-jscs": "2.5.0",
|
|
"grunt-karma": "0.12.1",
|
|
"grunt-leading-indent": "0.2.0",
|
|
"grunt-node-webkit-builder": "1.0.2",
|
|
"grunt-open": "0.2.3",
|
|
"grunt-replace": "0.11.0",
|
|
"grunt-spritesmith": "6.1.0",
|
|
"jasmine-core": "2.1.0",
|
|
"karma": "0.13.15",
|
|
"karma-chrome-launcher": "0.2.2",
|
|
"karma-jasmine": "0.3.5",
|
|
"karma-phantomjs-launcher": "0.1.4",
|
|
"load-grunt-tasks": "3.1.0"
|
|
},
|
|
"window": {
|
|
"title": "Piskel",
|
|
"icon": "dest/logo.png",
|
|
"toolbar": false,
|
|
"width": 1000,
|
|
"height": 500
|
|
}
|
|
}
|