{ "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 ", "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" } } }