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
|
|
|
},
|
2016-09-29 02:10:43 +08:00
|
|
|
"repository": "https://github.com/electron/electron-quick-start",
|
2015-10-17 08:07:36 +08:00
|
|
|
"keywords": [
|
|
|
|
"Electron",
|
|
|
|
"quick",
|
|
|
|
"start",
|
2016-09-29 02:10:43 +08:00
|
|
|
"tutorial",
|
|
|
|
"demo"
|
2015-10-17 08:07:36 +08:00
|
|
|
],
|
|
|
|
"author": "GitHub",
|
2015-11-23 05:47:37 +08:00
|
|
|
"license": "CC0-1.0",
|
2015-10-17 08:07:36 +08:00
|
|
|
"devDependencies": {
|
2017-09-28 06:04:46 +08:00
|
|
|
"electron": "~1.7.8"
|
2015-10-17 08:07:36 +08:00
|
|
|
}
|
|
|
|
}
|