|
@ -8,7 +8,7 @@ |
|
|
}, |
|
|
}, |
|
|
"repository": { |
|
|
"repository": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "git+https://github.com/atom/electron-quick-start.git" |
|
|
|
|
|
|
|
|
"url": "git+https://github.com/electron/electron-quick-start.git" |
|
|
}, |
|
|
}, |
|
|
"keywords": [ |
|
|
"keywords": [ |
|
|
"Electron", |
|
|
"Electron", |
|
@ -19,9 +19,9 @@ |
|
|
"author": "GitHub", |
|
|
"author": "GitHub", |
|
|
"license": "CC0-1.0", |
|
|
"license": "CC0-1.0", |
|
|
"bugs": { |
|
|
"bugs": { |
|
|
"url": "https://github.com/atom/electron-quick-start/issues" |
|
|
|
|
|
|
|
|
"url": "https://github.com/electron/electron-quick-start/issues" |
|
|
}, |
|
|
}, |
|
|
"homepage": "https://github.com/atom/electron-quick-start#readme", |
|
|
|
|
|
|
|
|
"homepage": "https://github.com/electron/electron-quick-start#readme", |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
"electron-prebuilt": "^0.36.0" |
|
|
"electron-prebuilt": "^0.36.0" |
|
|
} |
|
|
} |
|
|