{ "name": "pitaya", "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": { "start": "./node_modules/.bin/grunt pitaya:run", "build": "./node_modules/.bin/grunt pitaya:build" }, "chromium-args": "--ignore-certificate-errors", "window": { "toolbar": true, "kiosk": false }, "dependencies": { "handlebars": "^3.0.3", "minimist": "^1.1.3" } }