You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
{
|
|
"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 <johnwalicki@gmail.com>",
|
|
"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"
|
|
}
|
|
}
|
|
}
|