Skip to content

Instantly share code, notes, and snippets.

@jeffleeismyhero
Created September 5, 2016 01:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffleeismyhero/1230fcf498c3043fe43ddd672c267365 to your computer and use it in GitHub Desktop.
Save jeffleeismyhero/1230fcf498c3043fe43ddd672c267365 to your computer and use it in GitHub Desktop.
{
"name": "electron-quick-start",
"version": "1.0.0",
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
"start": "electron .",
"postinstall": "electron-rebuild --pre-gyp-fix --force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron/electron-quick-start.git"
},
"keywords": [
"Electron",
"quick",
"start",
"tutorial"
],
"author": "GitHub",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/electron/electron-quick-start/issues"
},
"homepage": "https://github.com/electron/electron-quick-start#readme",
"devDependencies": {
"electron": "^1.3.4",
"electron-prebuilt": "^1.3.5",
"electron-printer": "^0.0.5",
"electron-rebuild": "^1.2.1",
"node-hid": "^0.5.1",
"usb-detection": "^1.4.0",
"jquery": "^3.1.0",
"tarot-js": "^0.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment