2015-10-17 08:07:36 +08:00
|
|
|
{
|
|
|
|
"name": "electron-quick-start",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A minimal Electron application",
|
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
2016-06-16 01:53:42 +08:00
|
|
|
"start": "electron ."
|
2015-10-17 08:07:36 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-04-05 04:00:14 +08:00
|
|
|
"url": "git+https://github.com/electron/electron-quick-start.git"
|
2015-10-17 08:07:36 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Electron",
|
|
|
|
"quick",
|
|
|
|
"start",
|
|
|
|
"tutorial"
|
|
|
|
],
|
|
|
|
"author": "GitHub",
|
2015-11-23 05:47:37 +08:00
|
|
|
"license": "CC0-1.0",
|
2015-10-17 08:07:36 +08:00
|
|
|
"bugs": {
|
2016-04-05 04:00:14 +08:00
|
|
|
"url": "https://github.com/electron/electron-quick-start/issues"
|
2015-10-17 08:07:36 +08:00
|
|
|
},
|
2016-04-05 04:00:14 +08:00
|
|
|
"homepage": "https://github.com/electron/electron-quick-start#readme",
|
2015-10-17 08:07:36 +08:00
|
|
|
"devDependencies": {
|
2016-09-29 02:10:21 +08:00
|
|
|
"electron": "^1.4.1"
|
2015-10-17 08:07:36 +08:00
|
|
|
}
|
|
|
|
}
|