piskel/package.json

47 lines
1.2 KiB
JSON

{
"author": "Julian Descottes, Vincent Renaudin",
"name": "piskel",
"main": "./dest/index.html",
"description": "Web based 2d animations editor",
"version": "0.2.0",
"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.8-1.2.3",
"grunt": "~0.4.5",
"grunt-closure-tools": "~0.9.7",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.5.0",
"grunt-contrib-watch": "0.6.1",
"grunt-express": "1.4.1",
"grunt-ghost": "1.1.0",
"grunt-leading-indent": "0.1.0",
"grunt-node-webkit-builder": "0.1.21",
"grunt-open": "0.2.3",
"grunt-replace": "0.7.8",
"grunt-karma": "~0.8.2",
"karma": "0.12.17",
"karma-chrome-launcher": "^0.1.4",
"karma-phantomjs-launcher": "^0.1.4",
"karma-jasmine": "^0.2.0",
"nodewebkit": "~0.10.1"
},
"window": {
"title": "Piskel",
"icon": "dest/logo.png",
"toolbar": false,
"width": 1000,
"height": 500
}
}