UNPKG

wgs2mars

Version:

a little function to transform longitude and latitude from WGS-84 To GCJ-02

50 lines (49 loc) 1.11 kB
{ "name": "wgs2mars", "version": "2.0.0", "main": "lib/wgs2mars.min.js", "description": "a little function to transform longitude and latitude from WGS-84 To GCJ-02", "homepage": "https://github.com/hiwanz/wgs2mars.js.git", "author": { "name": "hiwanz", "email": "princeb4d@gmail.com", "url": "https://github.com/hiwanz" }, "repository": { "type": "git", "url": "https://github.com/hiwanz/wgs2mars.js.git" }, "dependencies": {}, "devDependencies": { "babel-core": "^6.26.3", "babel-eslint": "^8.2.3", "babel-loader": "^7.1.4", "babel-preset-env": "^1.7.0", "eslint": "^4.19.1", "eslint-loader": "^2.0.0", "mocha": "^3.0.2", "webpack": "^4.8.3", "webpack-cli": "^2.1.3" }, "engines": { "node": ">=6.0.0" }, "scripts": { "start": "node server.js", "build": "webpack --mode production", "dev": "webpack --mode development --watch --env dev", "test": "mocha" }, "babel": { "presets": [ "env" ] }, "keywords": [ "WGS-84", "GCJ-02", "map", "wgs2mars" ], "license": "MIT" }