proj4-collect
Version:
Collect and Merge all Available Proj4 Instances
37 lines (36 loc) • 876 B
JSON
{
"name": "proj4-collect",
"version": "0.0.2",
"description": "Collect and Merge all Available Proj4 Instances",
"main": "./index.js",
"files": [
"index.js"
],
"scripts": {
"format": "npx prettier --arrow-parens=avoid --print-width=200 --trailing-comma=none --write *.js",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielJDufour/proj4-collect.git"
},
"keywords": [
"geodesy",
"projection",
"proj4"
],
"author": "Daniel J. Dufour",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/DanielJDufour/proj4-collect/issues"
},
"homepage": "https://github.com/DanielJDufour/proj4-collect#readme",
"dependencies": {
"proj4": "^2.9.2",
"proj4-fully-loaded": "^0.2.0",
"proj4-merge": "^0.1.1"
},
"devDependencies": {
"flug": "^2.6.0"
}
}