Explorar o código

Add package.json
Built using npm init rather than minimal guide example

Jessica Lord %!s(int64=10) %!d(string=hai) anos
pai
achega
912d5dcca4
Modificáronse 1 ficheiros con 28 adicións e 0 borrados
  1. 28 0
      package.json

+ 28 - 0
package.json

@@ -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"
+  }
+}