node-red-contrib-jwht-map/package.json
Dave Conway-Jones f14c7fb081
bump to 1.4.2
2018-09-19 20:50:06 +01:00

31 lines
716 B
JSON

{
"name": "node-red-contrib-web-worldmap",
"version": "1.4.2",
"description": "A Node-RED node to provide a web page of a world map for plotting things on.",
"dependencies": {
"cgi": "0.3.1",
"express": "^4.16.3",
"sockjs": "^0.3.19"
},
"repository": {
"type": "git",
"url": "https://github.com/dceejay/RedMap"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"map",
"world"
],
"node-red": {
"nodes": {
"worldmap": "worldmap.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}