39 lines
No EOL
1 KiB
JSON
39 lines
No EOL
1 KiB
JSON
{
|
|
"name": "electron-prebuilt",
|
|
"version": "1.2.2",
|
|
"description": "Install electron prebuilt binaries for the command-line use using npm",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/electron-userland/electron-prebuilt.git"
|
|
},
|
|
"scripts": {
|
|
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
|
|
"postinstall": "node install.js",
|
|
"pretest": "npm run cache-clean && node install.js",
|
|
"test": "standard && tape test/*.js"
|
|
},
|
|
"bin": {
|
|
"electron": "cli.js"
|
|
},
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"extract-zip": "^1.0.3",
|
|
"electron-download": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"home-path": "^0.1.1",
|
|
"path-exists": "^1.0.0",
|
|
"standard": "^5.4.1",
|
|
"tape": "^3.0.1"
|
|
},
|
|
"author": "Mathias Buus",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/electron-userland/electron-prebuilt/issues"
|
|
},
|
|
"homepage": "https://github.com/electron-userland/electron-prebuilt",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"keywords": []
|
|
} |