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.

31 lines
717 B

{
"name": "node-red-contrib-web-worldmap",
"version": "2.0.17",
"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.4",
"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"
}
}