piskel/package.json

37 lines
981 B
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",
"version": "0.0.1",
"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": {
2013-05-28 01:42:16 +04:00
"grunt": "~0.4.1",
"grunt-contrib-clean": "0.5.0",
2013-05-27 01:58:59 +04:00
"grunt-contrib-connect": "0.3.0",
2013-08-11 22:51:04 +04:00
"grunt-contrib-concat": "0.1.2",
"grunt-contrib-copy": "0.5.0",
2013-05-27 01:58:59 +04:00
"grunt-contrib-jshint": "0.5.4",
"grunt-contrib-uglify": "0.2.2",
"grunt-contrib-watch": "0.6.1",
"grunt-express": "1.0",
"grunt-ghost": "1.0.12",
"grunt-open": "0.2.3",
"grunt-leading-indent": "0.1.0",
"grunt-closure-tools": "~0.8.3",
"grunt-node-webkit-builder": "0.1.19",
"nodewebkit": "0.8.4"
},
"window": {
"toolbar": false
2013-05-27 01:58:59 +04:00
}
2013-05-28 01:42:16 +04:00
}