node-red-contrib-barco-sources-here
Version:
utility to get map information using here map
22 lines (21 loc) • 394 B
JSON
{
"name": "node-red-contrib-barco-sources-here",
"version": "0.0.1",
"description": "utility to get map information using here map",
"node-red": {
"nodes": {
"here": "sources-here.js"
}
},
"keywords": [
"node-red",
"barco",
"map"
],
"author": "nehut",
"dependencies": {
"mongodb": "^2.2.31",
"mqtt": "^2.12.0",
"request": "^2.81.0"
}
}