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",
"version": "1.1.15",
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-05-18 17:25:18 +08:00
"express": "^4.16.3",
2018-01-03 16:31:02 +08:00
"sockjs": "^0.3.19",
2017-04-20 20:44:19 +08:00
"cgi": "0.3.1"
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"
}
}