mirror of
https://github.com/proj4js/proj4js.git
synced 2025-12-08 21:25:55 +00:00
25 lines
528 B
JSON
25 lines
528 B
JSON
{
|
|
"name": "proj4",
|
|
"version": "2.3.18-alpha",
|
|
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
|
|
"homepage": "https://github.com/proj4js/proj4js",
|
|
"main": "dist/proj4.js",
|
|
"keywords": [
|
|
"gis",
|
|
"projections",
|
|
"geospatial",
|
|
"transform",
|
|
"datum"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"almond",
|
|
"src"
|
|
]
|
|
}
|