{
  "name": "accurized",
  "version": "0.4.6",
  "description": "Verify the validity and accuracy of data as it enters your system.",
  "keywords": [
    "fluent",
    "accurize",
    "accuracy",
    "accurate",
    "validate",
    "validator",
    "validation",
    "data",
    "field",
    "form",
    "json",
    "express",
    "middleware"
  ],
  "homepage": "https://github.com/bitbutcher/accurized",
  "bugs": "https://github.com/bitbutcher/accurized/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/bitbutcher/accurized.git"
  },
  "author": "Sean M. Duncan <bitbutcher@gmail.com>",
  "contributors": [
    "Sean M. Duncan <bitbutcher@gmail.com>"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "engines": {
    "node": ">=0.10.0 <6.0.0",
    "npm": ">=2.0.0 <4.0.0"
  },
  "dependencies": {
    "async": ">=1.2.0",
    "lodash": ">=3.0.0",
    "validator": ">=3.40.0 <4.7.0"
  },
  "peerDependencies": {
    "connect-flash": "0.1.0"
  },
  "optionalDependencies": {
    "moment-timezone": ">=0.4.0"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^0.7.0",
    "grunt-contrib-coffee": "^0.13.0",
    "grunt-contrib-copy": "^0.8.2"
  }
}
