@signalk/signalk-node-red
Version:
Combine Node-RED with Signal K data
37 lines (36 loc) • 1.07 kB
JSON
{
"name": "@signalk/signalk-node-red",
"version": "3.2.0",
"description": "Combine Node-RED with Signal K data",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"create-release": "github-create-release --owner signalk --repository signalk-node-red",
"release": "git tag -d v$npm_package_version && git tag v$npm_package_version && git push --tags && git push && npm run create-release"
},
"keywords": [
"signalk-node-server-plugin",
"signalk-webapp"
],
"author": "Scott Bender",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/SignalK/signalk-node-red"
},
"dependencies": {
"@signalk/node-red-embedded": "2.18.x",
"compare-versions": "^3.0.1",
"geodist": "^0.2.1",
"lodash": "^4.17.4",
"node-red": "3.1.x"
},
"devDependencies": {
"@signalk/github-create-release": "^1.0.1"
},
"signalk-plugin-enabled-by-default": true,
"signalk": {
"appIcon": "./node-red-icon-2.png",
"displayName": "Node-RED"
}
}