Files
node-red-nodes/parsers/geohash/package.json
Dave Conway-Jones 84d557d3b3 bump neopixel package
and geohash package
2025-06-24 23:17:35 +01:00

29 lines
764 B
JSON

{
"name" : "node-red-node-geohash",
"version" : "1.0.0",
"description" : "A Node-RED node to encode and decode lat,lon pairs to a geohash.",
"dependencies" : {
"ngeohash" : "^0.6.3"
},
"bundledDependencies": [
"ngeohash"
],
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/parsers/geohash"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "geohash" ],
"node-red" : {
"nodes" : {
"geohash": "70-geohash.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "dceejay@gmail.com",
"url": "http://nodered.org"
}
}