{ "name": "electron-prebuilt", "version": "0.23.0", "description": "Install electron (formerly called atom-shell) prebuilts using npm", "repository": { "type": "git", "url": "https://github.com/mafintosh/electron" }, "scripts": { "install": "node install.js", "test": "tape test/*.js" }, "bin": { "electron": "run.bat" }, "main": "index.js", "dependencies": { "extract-zip": "^1.0.3", "nugget": "^1.2.0" }, "devDependencies": { "tape": "^3.0.1" }, "author": "Mathias Buus", "license": "MIT", "bugs": { "url": "https://github.com/mafintosh/electron-prebuilt/issues" }, "homepage": "https://github.com/mafintosh/electron-prebuilt" }