node-red-contrib-iotflows
Version:
A collection of Node-RED nodes for IoTFlows.
56 lines (55 loc) • 1.22 kB
JSON
{
"name": "node-red-contrib-iotflows",
"version": "1.4.3",
"description": "A collection of Node-RED nodes for IoTFlows.",
"main": "iotflows.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "IoTFlows Inc",
"url": "https://iotflows.com/"
},
"contributors": [
"Mahmoud Parto"
],
"license": "Apache-2.0",
"dependencies": {
"ajv": "6.12.0",
"body-parser": "1.19.0",
"cheerio": "0.22.0",
"content-type": "1.0.4",
"cookie": "0.4.0",
"cookie-parser": "1.4.5",
"cors": "2.8.5",
"cron": "1.7.2",
"denque": "1.4.1",
"file-type": "^16.5.3",
"fs-extra": "8.1.0",
"fs.notify": "0.0.4",
"hash-sum": "2.0.0",
"https-proxy-agent": "5.0.0",
"iconv-lite": "0.5.1",
"is-utf8": "0.2.1",
"js-yaml": "3.13.1",
"media-typer": "1.1.0",
"mqtt": "2.18.8",
"multer": "1.4.2",
"mustache": "4.0.1",
"node-fetch": "^2.6.1",
"on-headers": "1.0.2",
"raw-body": "2.4.1",
"request": "2.88.0",
"ws": "6.2.1",
"xml2js": "0.4.23"
},
"keywords": [
"node-red",
"iotflows"
],
"node-red": {
"nodes": {
"iotflows": "iotflows.js"
}
}
}