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.

51 lines
1.1 KiB

{
"name": "node-red-contrib-jwht-map",
"version": "4.6.1",
"description": "A Node-RED node to provide a web page of a world map for plotting things on.",
"dependencies": {
"@turf/bezier-spline": "~6.5.0",
"cgi": "0.3.1",
"compression": "^1.7.4",
"express": "^4.18.2",
"sockjs": "~0.3.24"
},
"bundledDependencies": [
"cgi",
"compression",
"express",
"sockjs",
"@turf/bezier-spline"
],
"repository": {
"type": "git",
"url": "https://git.kongjian.xin:8443/dmxm/node-red-contrib-jwht-map.git"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"map",
"world",
"tak",
"pmtiles",
"esri",
"gis"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"worldmap": "worldmap.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "dceejay@gmail.com",
"url": "http://nodered.org"
},
"contributors": [
"@HiroyasuNishiyama"
],
"engines": {
"node": ">=16"
}
}