first-electron/package.json

23 lines
434 B
JSON
Raw Normal View History

{
"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 ."
},
2016-09-29 02:10:43 +08:00
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Electron",
"quick",
"start",
2016-09-29 02:10:43 +08:00
"tutorial",
"demo"
],
"author": "GitHub",
2015-11-23 05:47:37 +08:00
"license": "CC0-1.0",
"devDependencies": {
2018-09-28 05:39:53 +08:00
"electron": "^3.0.0"
}
}