Andrew Chalkley 9 anni fa
commit
55af0fa908
2 ha cambiato i file con 27 aggiunte e 0 eliminazioni
  1. 1 0
      README.md
  2. 26 0
      package.json

+ 1 - 0
README.md

@@ -0,0 +1 @@
+# especially-flasher

+ 26 - 0
package.json

@@ -0,0 +1,26 @@
+{
+  "name": "especially-flasher",
+  "version": "1.0.0",
+  "description": "A GUI tool for flashing the Espruino JavaScript runtime on Adafruit Huzzah (ESP8366 based) boards",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+ssh://git@github.com/thingsSDK/especially-flasher.git"
+  },
+  "keywords": [
+    "espruino",
+    "adafruit",
+    "huzzah",
+    "esp8266",
+    "flasher"
+  ],
+  "author": "Andrew Chalkley <andrew@chalkley.org>",
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/thingsSDK/especially-flasher/issues"
+  },
+  "homepage": "https://github.com/thingsSDK/especially-flasher#readme"
+}