tethys-feature-service/node_modules/proj4/component.json
2023-10-02 15:04:02 +02:00

18 lines
395 B
JSON

{
"name": "proj4",
"version": "2.9.0",
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
"repo": "proj4js/proj4js",
"keywords": [
"projections",
"proj4",
"transform",
"crs"
],
"license": "MIT",
"main": "dist/proj4.js",
"scripts": [
"dist/proj4.js"
]
}