node-red-contrib-netpie
Version:
Node-RED module for connecting to NETPIE IoT Platform
40 lines (39 loc) • 914 B
JSON
{
"name": "node-red-contrib-netpie",
"version": "1.0.2",
"description": "Node-RED module for connecting to NETPIE IoT Platform",
"keywords": [
"node-red",
"netpie.io",
"IoT",
"NETPIE"
],
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/chavee/node-red-contrib-netpie"
},
"author": "chavee@nexpie.com",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"deepmerge": "^4.3.1",
"dotenv": "^8.2.0",
"jsonic": "^0.3.1",
"mqtt": "^3.0.0",
"feedtime": "file:./lib/feedtime",
"object-path": "^0.11.4"
},
"node-red": {
"nodes": {
"flowchannel": "config-flowchannel.js",
"deviceconfig": "config-device.js",
"device": "device.js",
"command": "command.js",
"shadow": "shadow.js",
"feed": "feed.js",
"message": "message.js",
"status": "status.js"
}
}
}