electron/npm/package.json

34 lines
925 B
JSON
Raw Normal View History

2014-10-20 13:17:38 +09:00
{
2015-04-17 11:19:50 -07:00
"name": "electron-prebuilt",
2015-10-01 23:14:53 -07:00
"version": "0.33.4",
2015-08-22 13:14:26 +02:00
"description": "Install electron (formerly called atom-shell) prebuilt binaries for command-line use using npm",
2014-10-20 13:26:56 +09:00
"repository": {
"type": "git",
2015-04-17 11:30:44 -07:00
"url": "https://github.com/mafintosh/electron-prebuilt"
2014-10-20 13:26:56 +09:00
},
2014-10-20 13:17:38 +09:00
"scripts": {
2015-05-12 16:10:22 -07: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 13:17:38 +09:00
},
"bin": {
2015-04-23 21:37:31 +02:00
"electron": "cli.js"
2014-10-20 13:17:38 +09:00
},
2014-10-20 13:56:49 +09:00
"main": "index.js",
2014-10-20 13:17:38 +09:00
"dependencies": {
"extract-zip": "^1.0.3",
2015-05-10 13:54:06 -07:00
"electron-download": "^1.0.0"
2014-10-20 13:17:38 +09:00
},
2014-10-20 14:56:57 +09:00
"devDependencies": {
"home-path": "^0.1.1",
"path-exists": "^1.0.0",
2014-10-20 14:56:57 +09:00
"tape": "^3.0.1"
},
2014-10-20 13:17:38 +09:00
"author": "Mathias Buus",
2014-10-20 13:26:56 +09:00
"license": "MIT",
"bugs": {
2015-04-17 11:19:50 -07:00
"url": "https://github.com/mafintosh/electron-prebuilt/issues"
2014-10-20 13:26:56 +09:00
},
2015-04-17 11:19:50 -07:00
"homepage": "https://github.com/mafintosh/electron-prebuilt"
2015-06-18 05:48:49 +00:00
}