gcj-tool
Version:
Coordinate transformation between GCJ02 and WGS84.
25 lines (24 loc) • 485 B
JSON
{
"name": "gcj-tool",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "https://github.com/baijs/GCJ02-Coordinate-Transformation.git"
},
"description": "Coordinate transformation between GCJ02 and WGS84.",
"main": "index.js",
"scripts": {},
"bin": {
"gcj-tool": "./bin/conversion.js"
},
"keywords": [
"GCJ02",
"WGS84",
"coordinates"
],
"author": "baijs",
"license": "ISC",
"dependencies": {
"commander": "^2.19.0"
}
}