pitaya-launcher/package.json

28 lines
651 B
JSON
Raw Normal View History

2015-08-20 18:41:51 +02:00
{
2015-08-26 14:08:12 +02:00
"name": "pitaya",
2015-08-20 18:41:51 +02:00
"version": "0.0.0",
"private": "true",
"main": "index.html",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-nw": "git+https://github.com/snap-project/grunt-nw#develop",
"lodash": "^3.0.1"
},
"scripts": {
2015-08-26 14:08:12 +02:00
"start": "./node_modules/.bin/grunt pitaya:run",
"build": "./node_modules/.bin/grunt pitaya:build"
2015-08-20 18:41:51 +02:00
},
"chromium-args": "--ignore-certificate-errors",
"window": {
"toolbar": true,
"kiosk": false
},
"dependencies": {
"handlebars": "^3.0.3",
"minimist": "^1.1.3"
}
}