Files
cdnjs/ajax/libs/proj4js/package.json
T
2014-10-09 14:33:27 +08:00

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"
]
}
]
}