-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
28 lines (28 loc) · 894 Bytes
/
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
{
"name": "n1mm_dashboard",
"description": "Dashboard for N1MM Contesting",
"version": "1.6.6",
"dependencies": {
"node-red-contrib-hourglass": "*",
"node-red-contrib-msg-speed": "*",
"node-red-contrib-play-audio": "*",
"node-red-node-ping": "*",
"node-red-node-smooth": "*",
"node-red-node-sqlite": "*",
"node-red-node-ui-table": "*",
"node-red-contrib-web-worldmap": "*",
"node-red-dashboard": "*",
"node-red-contrib-string": "*",
"node-red-contrib-ui-led": "*",
"node-red-contrib-unit-converter": "*",
"node-red-contrib-moment": "*",
"node-red-contrib-simple-gate": "*",
"node-red-contrib-projectdir": "*"
},
"node-red": {
"settings": {
"flowFile": "flow.json",
"credentialsFile": "flow_cred.json"
}
}
}