component.json 395 B

1234567891011121314151617
  1. {
  2. "name": "proj4",
  3. "version": "2.9.0",
  4. "description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
  5. "repo": "proj4js/proj4js",
  6. "keywords": [
  7. "projections",
  8. "proj4",
  9. "transform",
  10. "crs"
  11. ],
  12. "license": "MIT",
  13. "main": "dist/proj4.js",
  14. "scripts": [
  15. "dist/proj4.js"
  16. ]
  17. }