UNPKG

esp8266-configurator

Version:

This module allows you to fetch configuration for an ESP8266 device on network connection.

32 lines (31 loc) 812 B
{ "name": "esp8266-configurator", "version": "1.0.0-beta.2", "description": "This module allows you to fetch configuration for an ESP8266 device on network connection.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://bitbucket.org/maleficarum/esp8266-configurator/overview" }, "keywords": [ "ESP8266", "configuration", "configurator", "config" ], "author": "Maleus Maleficarumn [ o at maleficarum dot mx ]", "license": "ISC", "dependencies": { "bluebird": "^3.5.3", "body-parser": "^1.18.3", "bunyan": "^1.8.12", "express": "^4.16.4", "express-handlebars": "^3.0.0", "fs": "0.0.1-security", "minimist": "^1.2.0", "nedb": "^1.8.0" } }