electron/npm/package.json

34 lines
823 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",
"version": "0.25.3-2",
2015-04-17 18:19:50 +00:00
"description": "Install electron (formerly called atom-shell) prebuilts 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": {
2014-10-20 05:56:57 +00:00
"install": "node install.js",
2015-05-07 04:44:10 +00:00
"test": "tape test/*.js",
"cache-clean": "rimraf ~/.electron"
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"
2014-10-20 04:17:38 +00:00
}