{ "name": "electron-prebuilt", "version": "0.25.3-1", "description": "Install electron (formerly called atom-shell) prebuilts using npm", "repository": { "type": "git", "url": "https://github.com/mafintosh/electron-prebuilt" }, "scripts": { "install": "node install.js", "test": "tape test/*.js", "cache-clean": "rimraf ~/.electron" }, "bin": { "electron": "cli.js" }, "main": "index.js", "dependencies": { "extract-zip": "^1.0.3", "electron-download": "^1.0.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" }