node-red-contrib-reterminal-dm
Version:
The node accessing for Seeed Studio reTerminal DM various data such as buzzer, LED, light, touch positions.
34 lines (33 loc) • 847 B
JSON
{
"name": "node-red-contrib-reterminal-dm",
"version": "0.1.6",
"description": "The node accessing for Seeed Studio reTerminal DM various data such as buzzer, LED, light, touch positions.",
"main": "index.js",
"node-red": {
"nodes": {
"reterminal-dm": "reterminal-dm.js"
}
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/cgjgh/node-red-contrib-reterminal-dm.git"
},
"keywords": [
"reterminal-DM",
"device",
"seeed",
"node-red"
],
"author": {
"name": "cgjgh"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/cgjgh/node-red-contrib-reterminal-dm/issues"
},
"homepage": "https://github.com/cgjgh/node-red-contrib-reterminal-dm#readme",
"dependencies": {
"npm-reterminal-dm": "^1.1.1"
}
}