{ "name": "electron", "version": "0.37.3", "devDependencies": { "asar": "^0.10.0", "request": "*", "standard": "^6.0.8" }, "optionalDependencies": { "runas": "^3.0.0" }, "standard": { "ignore": [ "/out", "/spec", "/vendor" ] }, "private": true, "scripts": { "bootstrap": "python ./script/bootstrap.py", "build": "python ./script/build.py -c D", "lint": "npm run lint-js && npm run lint-cpp", "lint-js": "standard && standard spec", "lint-cpp": "python ./script/cpplint.py", "preinstall": "node -e 'process.exit(0)'", "repl": "python ./script/start.py --interactive", "start": "python ./script/start.py", "test": "python ./script/test.py" } }