mirror of
https://github.com/fuzhenn/local-coordinate-transform.git
synced 2025-12-08 19:56:36 +00:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "local-coordinate-transform",
|
|
"version": "0.1.1",
|
|
"description": "transform local coordinates to wgs84 or vice versa",
|
|
"main": "dist/local-coordinate-transform.js",
|
|
"module": "src/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"build": "rollup -c rollup.config.js",
|
|
"test": "mocha -r esm test/specs.js",
|
|
"prepublish": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fuzhenn/local-coordinate-transform.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fuzhenn/local-coordinate-transform/issues"
|
|
},
|
|
"homepage": "https://github.com/fuzhenn/local-coordinate-transform",
|
|
"files": [
|
|
"src",
|
|
"dist/local-coordinate-transform.js"
|
|
],
|
|
"keywords": [],
|
|
"author": "fuzhenn",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"least-squares": "^0.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"esm": "^3.0.74",
|
|
"mocha": "^5.2.0",
|
|
"rollup": "^1.0.0",
|
|
"rollup-plugin-uglify": "^6.0.0",
|
|
"rollup-plugin-commonjs": "^9.2.0",
|
|
"rollup-plugin-node-resolve": "^4.0.0"
|
|
}
|
|
}
|