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