{
  "name": "proj4js-definitions",
  "version": "0.1.0",
  "description": "Almost All the Projection Definitions for Proj4js",
  "main": "proj4js-definitions.js",
  "files": [
    "proj4js-definitions.js",
    "proj4js-definitions.json"
  ],
  "scripts": {
    "build": "cd data && node step-1-download-csv.js && node step-2-convert-csv-to-json.js && node step-3-modify-json.js && node step-4-convert-json-to-code.js && node step-5-modify-code.js && node step-6-copy-code.js && node step-7-create-legacy-json.js",
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanielJDufour/proj4js-definitions.git"
  },
  "keywords": [
    "coordinate",
    "definition",
    "geodesy",
    "geospatial",
    "gis",
    "map",
    "proj4",
    "proj4js"
  ],
  "author": "Daniel J. Dufour",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/DanielJDufour/proj4js-definitions/issues"
  },
  "homepage": "https://github.com/DanielJDufour/proj4js-definitions#readme",
  "devDependencies": {
    "advarr": "^0.4.0",
    "cross-fetch": "^3.1.2",
    "decompress": "^4.2.1",
    "flug": "*",
    "json-to-code": "^0.1.0",
    "papaparse": "^5.3.0"
  }
}
