node-red-contrib-jwht-map/package.json

31 lines
717 B
JSON
Raw Normal View History

2016-04-01 18:31:07 +08:00
{
2018-01-03 16:31:02 +08:00
"name": "node-red-contrib-web-worldmap",
2019-06-16 22:57:30 +08:00
"version": "2.0.16",
2018-01-03 16:31:02 +08:00
"description": "A Node-RED node to provide a web page of a world map for plotting things on.",
"dependencies": {
2018-06-03 23:12:13 +08:00
"cgi": "0.3.1",
"express": "^4.16.4",
2018-06-03 23:12:13 +08:00
"sockjs": "^0.3.19"
2016-04-01 18:31:07 +08:00
},
2018-01-03 16:31:02 +08:00
"repository": {
"type": "git",
"url": "https://github.com/dceejay/RedMap"
2016-04-01 18:31:07 +08:00
},
"license": "Apache-2.0",
2018-01-03 16:31:02 +08:00
"keywords": [
"node-red",
"map",
"world"
],
"node-red": {
"nodes": {
2016-04-01 18:31:07 +08:00
"worldmap": "worldmap.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}