-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 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
37
{
"name": "Weather-Routing-Logistics",
"description": "Node-RED Dashboard which overlays TWC weather maps on a HERE truck routing map",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/johnwalicki/Node-RED-Weather-Routing-Logistics.git"
},
"keywords": [
"node-red",
"weather",
"twc",
"forecast",
"routing",
"logistics",
"trucking",
"here",
"radar"
],
"author": "John Walicki <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"node-red": "3.x",
"node-red-contrib-here-maps": "github:johnwalicki/node-red-contrib-here-maps.git",
"node-red-contrib-twc-weather": "0.x",
"node-red-contrib-web-worldmap": "2.x",
"node-red-dashboard": "3.x",
"node-red-node-ui-table": "0.x",
"node-red-node-watson": "0.x"
},
"node-red": {
"settings": {
"flowFile": "flow.json",
"credentialsFile": "flow_cred.json"
}
}
}