bower.json 521 B

123456789101112131415161718192021222324
  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. "homepage": "https://github.com/proj4js/proj4js",
  6. "main": "dist/proj4.js",
  7. "keywords": [
  8. "gis",
  9. "projections",
  10. "geospatial",
  11. "transform",
  12. "datum"
  13. ],
  14. "license": "MIT",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests",
  21. "almond",
  22. "src"
  23. ]
  24. }