electron/npm/package.json
2015-05-10 13:55:44 -07:00

33 lines
823 B
JSON

{
"name": "electron-prebuilt",
"version": "0.25.3-2",
"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": {
"home-path": "^0.1.1",
"path-exists": "^1.0.0",
"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"
}