{
  "author": "Bikramjeet Nath <bkrmjtnath@gmail.com>",
  "name": "sanitation",
  "version": "1.0.10",
  "description": "Iterates over nested JSON objects to fetch the value and performs operation like sanity validation of data along with blank value and mandatory fields check",
  "main": "sanitation.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bikramjeet/sanitation.git"
  },
  "devDependencies": {},
  "dependencies": {
    "moment": "2.19.3"
  },
  "keywords": [
    "sanity validation",
    "post data",
    "integer value",
    "positive integer",
    "email pattern validate",
    "extract last folder from path",
    "valid date",
    "YYYY-MM-DD",
    "iterates nested object",
    "returns nested object value from string",
    "validator",
    "check data type",
    "blank value checking",
    "mandatory field check"
  ],
  "bugs": {
    "url": "https://github.com/bikramjeet/sanitation/issues"
  },
  "homepage": "https://github.com/bikramjeet/sanitation#readme"
}
