{
  "name": "country-iso",
  "version": "2.0.5",
  "description": "Get ISO 3166-1 alpha-3 country code for geographic coordinates.",
  "main": "index.js",
  "dependencies": {
    "@geo-maps/countries-maritime-10m": "^0.6.0",
    "polygon-lookup": "^2.2.0"
  },
  "devDependencies": {
    "ava": "*",
    "browserify": "^14.5.0",
    "codecov": "^3.0.0",
    "fs-extra": "^4.0.2",
    "i18n-iso-countries": "^3.2.2",
    "leaflet": "^1.2.0",
    "nyc": "^11.3.0",
    "xo": "*"
  },
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "test": "xo && nyc ava --verbose",
    "coverage": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "build-demo": "browserify demo.js > demo/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simonepri/country-iso.git"
  },
  "author": [
    {
      "name": "Q. Matteo Chen",
      "email": "chq.matteo@gmail.com"
    },
    {
      "name": "Simone Primarosa",
      "email": "simone.pri@hotmail.it"
    }
  ],
  "keywords": [
    "country",
    "countries",
    "get",
    "alpha-3",
    "alpha-2",
    "country code",
    "3166",
    "ISO",
    "maritime",
    "sea",
    "earth",
    "world",
    "administration",
    "area",
    "political",
    "boundaries"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/simonepri/country-iso/issues"
  },
  "homepage": "https://github.com/simonepri/country-iso#readme",
  "xo": {
    "space": true,
    "ignores": [
      "demo/**",
      "fixtures/**"
    ]
  },
  "ava": {
    "match": [
      "!demo/**",
      "!fixtures/**"
    ]
  },
  "files": [
    "LICENSE",
    "README.md",
    "package.json",
    "index.js"
  ]
}
