{
  "name": "@ashwinbande/validators",
  "version": "1.0.7",
  "description": "Different validators for Validating Codes",
  "main": "index.js",
  "scripts": {
    "lint": "eslint",
    "test": "mocha index.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ashwinbande/validators.git"
  },
  "keywords": [
    "india",
    "indian",
    "gstin",
    "pan",
    "tan",
    "aadhar",
    "imei",
    "card",
    "ifsc",
    "esic",
    "uan",
    "mobile",
    "pinCode",
    "hsn",
    "sac",
    "validation",
    "checksum",
    "algorithm"
  ],
  "author": "Ashwin Bande",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ashwinbande/validators/issues"
  },
  "homepage": "https://github.com/ashwinbande/validators#readme",
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.17.2",
    "istanbul": "^0.4.5",
    "mocha": "^6.1.4"
  }
}
