{
  "name": "agegate",
  "version": "4.0.1",
  "description": "A simple function that verifies a date of birth against a country's legal drinking age.",
  "main": "src/index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git://github.com/izolate/agegate.git"
  },
  "scripts": {
    "test": "ava -v",
    "test:watch": "ava --watch -v --fail-fast --serial"
  },
  "keywords": [
    "age",
    "gate",
    "agegate",
    "age gate",
    "adult",
    "verification"
  ],
  "author": "izolate <izolate@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "ava": "^3.12.1"
  }
}
