node-red-contrib-sensecraft-application
Version:
This project is a Node-RED contribution for the Sensecraft application, allowing users to integrate Sensecraft functionalities into their Node-RED flows.
37 lines (36 loc) • 727 B
JSON
{
"name": "node-red-contrib-sensecraft-application",
"version": "0.0.6",
"repository": {
"type": "git",
"url": "https://github.com/sensecraft-node-red-dependency/node-red-contrib-sensecraft-application.git"
},
"node-red": {
"nodes": {
"sensecraft-application": "sensecraft-application.js"
}
},
"scripts": {
"start": "build "
},
"dependencies": {
"axios": "0.19.2",
"body-parser": "^1.0.0",
"eol": "^0.9.1",
"fs-extra": "^9.0.1",
"js-yaml": "^3.14.0",
"jsonata": "*",
"log4js": "~1.0.1"
},
"keywords": [
"sensecraft",
"seeed",
"node-red",
"node",
"red",
"flow",
"manager"
],
"author": "sensecraft",
"license": "MIT"
}