{
  "name": "german-postcode-to-state",
  "version": "0.1.0",
  "description": "Calculates the German state matching a post code",
  "main": "index.js",
  "keywords": [
    "german",
    "bundesland",
    "postcode",
    "state"
  ],
  "author": {
    "name": "Alexander Zigelski",
    "email": "hedgehog@ali.dj",
    "url": "http://ali.dj"
  },
  "contributors": [
    {
      "name": "Baran Dalgic",
      "email": "baran.dalgic@rwth-aachen.de",
      "url": "http://dalbar.github.io"
    }
  ],
  "license": "MIT",
  "scripts": {
    "test": "nyc ava",
    "report": "nyc report --reporter=text-summary"

  },
  "devDependencies": {
    "ava": "^0.16.0",
    "nyc": "^8.1.0"
  },
  "ava": {
    "files": "test/*.js"
  }
}
