{
  "name": "south-african-id-validator",
  "version": "1.0.1",
  "description": "Dead simple validator for South African ID numbers",
  "main": "index.min.js",
  "scripts": {
    "build": "babel index.js -o index.min.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dale-french/south-african-id-validator.git"
  },
  "files": [
    "index.min.js",
    "index.js"
  ],
  "keywords": [
    "south",
    "africa",
    "african",
    "id",
    "number",
    "validator",
    "validation"
  ],
  "author": "Dale French (https://github.com/dale-french)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dale-french/south-african-id-validator/issues"
  },
  "homepage": "https://github.com/dale-french/south-african-id-validator#readme",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.6",
    "@babel/preset-env": "^7.8.6",
    "babel-jest": "^25.1.0",
    "jest": "^25.1.0"
  }
}
