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

42 lines
954 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",
2021-09-10 21:57:52 +08:00
"version": "2.15.6",
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",
2019-06-23 23:50:56 +08:00
"compression": "^1.7.4",
"express": "^4.16.4",
2021-03-15 21:26:02 +08:00
"sockjs": "~0.3.21",
"@turf/bezier-spline": "*"
2016-04-01 18:31:07 +08:00
},
2020-10-29 18:07:19 +08:00
"bundledDependencies": [
"cgi",
"compression",
"express",
"sockjs"
2020-10-29 18:07:19 +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"
},
"contributors": [
"@HiroyasuNishiyama"
]
2016-04-01 18:31:07 +08:00
}