1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/parsers/geohash/package.json
Dave Conway-Jones 3b20b804ae
add some icon love to extra parser nodes
base64, msgpack, geohash and what3words
2018-02-08 15:52:30 +00:00

25 lines
682 B
JSON

{
"name" : "node-red-node-geohash",
"version" : "0.1.9",
"description" : "A Node-RED node to encode and decode lat,lon pairs to a geohash.",
"dependencies" : {
"ngeohash" : "0.6.0"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/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": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}