first-electron/package.json

29 lines
625 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 ."
},
"repository": {
"type": "git",
2016-04-05 04:00:14 +08:00
"url": "git+https://github.com/electron/electron-quick-start.git"
},
"keywords": [
"Electron",
"quick",
"start",
"tutorial"
],
"author": "GitHub",
2015-11-23 05:47:37 +08:00
"license": "CC0-1.0",
"bugs": {
2016-04-05 04:00:14 +08:00
"url": "https://github.com/electron/electron-quick-start/issues"
},
2016-04-05 04:00:14 +08:00
"homepage": "https://github.com/electron/electron-quick-start#readme",
"devDependencies": {
2016-09-29 02:10:21 +08:00
"electron": "^1.4.1"
}
}