UNPKG

proj4-fully-loaded

Version:
46 lines (45 loc) 1.05 kB
{ "name": "proj4-fully-loaded", "version": "0.2.0", "description": "Proj4JS Projector Fully Loaded with Projections", "main": "proj4-fully-loaded.js", "files": [ "proj4-fully-loaded.js" ], "scripts": { "test:cjs": "node test.js", "test:mjs": "node test.mjs", "test:ts": "npx ts-node ./test.ts", "test": "npm run test:cjs && npm run test:mjs && npm run test:ts" }, "repository": { "type": "git", "url": "git+https://github.com/DanielJDufour/proj4-fully-loaded.git" }, "keywords": [ "coordinate", "crs", "geospatial", "gis", "proj4", "proj4js", "projection", "projections", "reference", "srs", "system" ], "author": "Daniel J. Dufour", "license": "CC0-1.0", "bugs": { "url": "https://github.com/DanielJDufour/proj4-fully-loaded/issues" }, "homepage": "https://github.com/DanielJDufour/proj4-fully-loaded#readme", "dependencies": { "proj4": "^2.8.0", "proj4js-definitions": "^0.1.0" }, "devDependencies": { "flug": "^2.3.1" } }