{ "name": "pitaya", "version": "0.0.0", "private": "true", "main": "main.js", "devDependencies": { "electron": "^1.6.5", "electron-packager": "^8.6.0", "node-jsx": "^0.13.3", "nodeunit": "^0.9.1", "react-tools": "^0.13.3" }, "scripts": { "test": "./node_modules/.bin/nodeunit test", "start": "./node_modules/.bin/electron .", "compile": "./node_modules/.bin/jsx -x js --no-cache-dir src dist", "clean": "rm -rf dist/* build/*", "package": "./node_modules/.bin/electron-packager ./ pitaya --out=./build --app-version 0.0.0 --version=1.6.5 --prune --ignore='/res(/|$)' --ignore='/debian(/|$)' --ignore='/scripts(/|$)' --ignore='/build(/|$)' --ignore='/test(/|$)' --ignore='/electron-packager(/|$)' --ignore='/electron-tmp-.+(/|$)' --platform=linux --overwrite", "build": "npm run clean && npm run compile && npm run package -- --arch=$ARCH" }, "dependencies": { "bootstrap": "^3.3.5", "classnames": "^2.1.3", "debug": "^2.2.0", "glob": "^5.0.14", "ini": "^1.3.4", "lodash": "^3.10.1", "react": "^0.14.0", "react-addons-css-transition-group": "^0.14.0", "react-addons-update": "^0.14.2", "react-dnd": "^1.1.5", "react-dom": "^0.14.0", "react-redux": "^2.0.0", "recursive-iterator": "^2.0.0", "redux": "^2.0.0", "redux-thunk": "^0.1.0", "request": "^2.65.0", "winston": "^1.1.2" } }