lambert-wilson
Version:
A javascript function to convert Lambert coordiantes in WGS (and reverse).
28 lines (27 loc) • 659 B
JSON
{
"name": "lambert-wilson",
"version": "0.0.2",
"description": "A javascript function to convert Lambert coordiantes in WGS (and reverse).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/vallettea/lambert-wilson"
},
"keywords": [
"GIS",
"lambert",
"longitude",
"latitude",
"projection",
"coordinates"
],
"author": "Alexandre Vallette",
"license": "MIT",
"bugs": {
"url": "https://github.com/vallettea/lambert-wilson/issues"
},
"homepage": "https://github.com/vallettea/lambert-wilson"
}