proj4js/component.json
2025-07-26 14:44:26 +02:00

18 lines
403 B
JSON

{
"name": "proj4",
"version": "2.19.10-alpha",
"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"
]
}