electron/npm/package.json

34 строки
925 B
JSON

{
"name": "electron-prebuilt",
"version": "0.34.4",
"description": "Install electron (formerly called atom-shell) prebuilt binaries for command-line use using npm",
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/electron-prebuilt"
},
"scripts": {
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
"postinstall": "node install.js",
"pretest": "npm run cache-clean && node install.js",
"test": "tape test/*.js"
},
"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"
}