electron/npm/package.json

34 lines
925 B
JSON
Raw Normal View History

2014-10-20 04:17:38 +00:00
{
2015-04-17 18:19:50 +00:00
"name": "electron-prebuilt",
2015-11-26 08:07:47 +00:00
"version": "0.34.5",
2015-08-22 11:14:26 +00:00
"description": "Install electron (formerly called atom-shell) prebuilt binaries for command-line use using npm",
2014-10-20 04:26:56 +00:00
"repository": {
"type": "git",
2015-04-17 18:30:44 +00:00
"url": "https://github.com/mafintosh/electron-prebuilt"
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",
"test": "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",
2015-05-10 20:54:06 +00:00
"electron-download": "^1.0.0"
2014-10-20 04:17:38 +00:00
},
2014-10-20 05:56:57 +00:00
"devDependencies": {
"home-path": "^0.1.1",
"path-exists": "^1.0.0",
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": {
2015-04-17 18:19:50 +00:00
"url": "https://github.com/mafintosh/electron-prebuilt/issues"
2014-10-20 04:26:56 +00:00
},
2015-04-17 18:19:50 +00:00
"homepage": "https://github.com/mafintosh/electron-prebuilt"
2015-06-18 05:48:49 +00:00
}