mirror of
https://github.com/wahyd4/coordtransform.git
synced 2026-08-09 04:46:10 +10:00
27 lines
588 B
JSON
27 lines
588 B
JSON
{
|
|
"name": "coordtransform",
|
|
"version": "2.1.2",
|
|
"description": "A common coordinate systems conversion module!",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test/app.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://wandergis@github.com/wandergis/coordtransform.git"
|
|
},
|
|
"keywords": [
|
|
"coordinate",
|
|
"wgs84",
|
|
"bd09",
|
|
"gcj02",
|
|
"transform"
|
|
],
|
|
"author": "wandergis",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wandergis/coordtransform/issues"
|
|
},
|
|
"homepage": "http://wandergis.github.io/coordtransform"
|
|
}
|