clean up package.json
This commit is contained in:
parent
e8f5d30bad
commit
216714f27a
1 changed files with 3 additions and 10 deletions
|
@ -1,11 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "electron",
|
"name": "electron",
|
||||||
"version": "1.3.1",
|
"version": "1.3.1",
|
||||||
"description": "Install electron prebuilt binaries for the command-line use using npm",
|
"description": "Install prebuilt electron binaries for the command-line using npm",
|
||||||
"repository": {
|
"repository": "https://github.com/electron-userland/electron-prebuilt",
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/electron-userland/electron-prebuilt.git"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
|
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
|
||||||
"postinstall": "node install.js",
|
"postinstall": "node install.js",
|
||||||
|
@ -28,12 +25,8 @@
|
||||||
},
|
},
|
||||||
"author": "Mathias Buus",
|
"author": "Mathias Buus",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/electron-userland/electron-prebuilt/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/electron-userland/electron-prebuilt",
|
|
||||||
"directories": {
|
"directories": {
|
||||||
"test": "test"
|
"test": "test"
|
||||||
},
|
},
|
||||||
"keywords": []
|
"keywords": ["electron"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue