clean up package.json

This commit is contained in:
Zeke Sikelianos 2016-09-28 11:10:43 -07:00
parent 51f3fcc276
commit 83bf489748
1 changed files with 3 additions and 9 deletions

View File

@ -6,22 +6,16 @@
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron/electron-quick-start.git"
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Electron",
"quick",
"start",
"tutorial"
"tutorial",
"demo"
],
"author": "GitHub",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/electron/electron-quick-start/issues"
},
"homepage": "https://github.com/electron/electron-quick-start#readme",
"devDependencies": {
"electron": "^1.4.1"
}