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