2014-10-20 04:17:38 +00:00
|
|
|
{
|
2015-04-17 18:19:50 +00:00
|
|
|
"name": "electron-prebuilt",
|
2016-07-27 05:47:36 +00:00
|
|
|
"version": "1.3.1",
|
2016-02-27 20:52:39 +00:00
|
|
|
"description": "Install electron prebuilt binaries for the command-line use using npm",
|
2014-10-20 04:26:56 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-02-27 20:52:39 +00:00
|
|
|
"url": "git+https://github.com/electron-userland/electron-prebuilt.git"
|
2014-10-20 04:26:56 +00:00
|
|
|
},
|
2014-10-20 04:17:38 +00:00
|
|
|
"scripts": {
|
2015-05-12 23:10:22 +00:00
|
|
|
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
|
|
|
|
"postinstall": "node install.js",
|
|
|
|
"pretest": "npm run cache-clean && node install.js",
|
2015-11-30 20:00:54 +00:00
|
|
|
"test": "standard && tape test/*.js"
|
2014-10-20 04:17:38 +00:00
|
|
|
},
|
|
|
|
"bin": {
|
2015-04-23 19:37:31 +00:00
|
|
|
"electron": "cli.js"
|
2014-10-20 04:17:38 +00:00
|
|
|
},
|
2014-10-20 04:56:49 +00:00
|
|
|
"main": "index.js",
|
2014-10-20 04:17:38 +00:00
|
|
|
"dependencies": {
|
|
|
|
"extract-zip": "^1.0.3",
|
2016-03-04 02:09:02 +00:00
|
|
|
"electron-download": "^2.0.0"
|
2014-10-20 04:17:38 +00:00
|
|
|
},
|
2014-10-20 05:56:57 +00:00
|
|
|
"devDependencies": {
|
2015-05-10 20:55:44 +00:00
|
|
|
"home-path": "^0.1.1",
|
|
|
|
"path-exists": "^1.0.0",
|
2015-11-30 20:00:54 +00:00
|
|
|
"standard": "^5.4.1",
|
2014-10-20 05:56:57 +00:00
|
|
|
"tape": "^3.0.1"
|
|
|
|
},
|
2014-10-20 04:17:38 +00:00
|
|
|
"author": "Mathias Buus",
|
2014-10-20 04:26:56 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-02-27 20:52:39 +00:00
|
|
|
"url": "https://github.com/electron-userland/electron-prebuilt/issues"
|
2014-10-20 04:26:56 +00:00
|
|
|
},
|
2016-02-27 20:52:39 +00:00
|
|
|
"homepage": "https://github.com/electron-userland/electron-prebuilt",
|
2016-02-27 20:29:07 +00:00
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"keywords": []
|
2016-03-11 12:39:31 +00:00
|
|
|
}
|