mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-28 22:25:58 +10:00
26 lines
539 B
JSON
26 lines
539 B
JSON
{
|
|
"name": "proj4js",
|
|
"filename": "proj4.js",
|
|
"version": "2.3.3",
|
|
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
|
|
"homepage": "http://proj4js.org/",
|
|
"keywords": [
|
|
"projection"
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/proj4js/proj4js.git"
|
|
}
|
|
],
|
|
"npmName": "proj4",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/dist/",
|
|
"files": [
|
|
"*.js"
|
|
]
|
|
}
|
|
]
|
|
}
|