nodemcu
Version:
module to interact with NodeMCU
26 lines (25 loc) • 564 B
JSON
{
"name": "nodemcu",
"version": "0.0.0",
"description": "module to interact with NodeMCU",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hobbyquaker/nodemcu.git"
},
"keywords": [
"NodeMCU",
"Lua",
"ESP8266",
"Serial"
],
"author": "Sebastian Raff",
"license": "MIT",
"bugs": {
"url": "https://github.com/hobbyquaker/nodemcu/issues"
},
"homepage": "https://github.com/hobbyquaker/nodemcu#readme"
}