Add package.json
Built using npm init rather than minimal guide example
This commit is contained in:
parent
8113791ceb
commit
912d5dcca4
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "electron-quick-start",
|
||||
"version": "1.0.0",
|
||||
"description": "A minimal Electron application",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron main.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/atom/electron-quick-start.git"
|
||||
},
|
||||
"keywords": [
|
||||
"Electron",
|
||||
"quick",
|
||||
"start",
|
||||
"tutorial"
|
||||
],
|
||||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/atom/electron-quick-start/issues"
|
||||
},
|
||||
"homepage": "https://github.com/atom/electron-quick-start#readme",
|
||||
"devDependencies": {
|
||||
"electron-prebuilt": "^0.34.0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue