-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@signalk/signalk-node-red",
"version": "3.1.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.17.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"
}
}