-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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": "Earthquakes",
"description": "OpenEEW Device Mgmt",
"version": "1.0.0",
"author": "John Walicki <[email protected]>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/openeew/openeew-devicemgmt-kube.git"
},
"keywords": [
"node-red",
"earthquakes",
"openeew",
"seismology"
],
"dependencies": {
"node-red": "2.x",
"node-red-dashboard": "3.x",
"node-red-node-ui-table": "0.x",
"node-red-contrib-scx-ibmiotapp": "0.0.49",
"node-red-node-cf-cloudant": "0.2.17",
"node-red-node-ui-list": "0.x",
"node-red-contrib-ibm-wiotp-device-ops": "0.1.3",
"node-red-contrib-ui-svg": "2.x"
},
"scripts": {
"start": "node $NODE_OPTIONS node_modules/node-red/red.js $FLOWS --userDir /app/root/data"
},
"node-red": {
"settings": {
"flowFile": "flow.json",
"credentialsFile": "flow_cred.json"
}
}
}