piskel/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2013-05-27 01:58:59 +04:00
{
"author": "Julian Descottes, Vincent Renaudin",
2013-05-27 01:58:59 +04:00
"name": "piskel",
"main": "./dest/index.html",
2013-05-27 01:58:59 +04:00
"description": "Web based 2d animations editor",
2014-07-21 01:55:10 +04:00
"version": "0.1.1",
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": {
"test": "grunt test",
"start": "nodewebkit"
2013-05-27 01:58:59 +04:00
},
"devDependencies": {
2014-07-21 01:55:10 +04:00
"grunt": "~0.4.5",
"grunt-contrib-clean": "0.5.0",
2014-07-21 01:55:10 +04:00
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.5.0",
2014-07-21 01:55:10 +04:00
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.5.0",
"grunt-contrib-watch": "0.6.1",
2014-07-21 01:55:10 +04:00
"grunt-express": "1.4.1",
"grunt-replace": "0.7.8",
2014-07-21 01:55:10 +04:00
"grunt-ghost": "1.1.0",
"grunt-open": "0.2.3",
"grunt-leading-indent": "0.1.0",
2014-07-21 01:55:10 +04:00
"grunt-closure-tools": "~0.9.7",
"grunt-node-webkit-builder": "0.1.21",
"nodewebkit": "~0.9.2-8",
"dateformat" : "1.0.8-1.2.3"
},
"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
}