{
  "name": "valida2",
  "description": "valida2 - A lightweight sanitizer and validator library for Node.js",
  "version": "2.6.1",
  "author": {
    "name": "Eduardo Nunes",
    "email": "esnunes@gmail.com"
  },
  "scripts": {
    "test": "NODE_ENV=test mocha --report spec --recursive --watch-extensions .spec.js ./spec"
  },
  "contributors": [
    {
      "name": "Eduardo Nunes",
      "email": "esnunes@gmail.com"
    }
  ],
  "dependencies": {
    "async": "^0.9.0",
    "rsvp": "^3.0.14",
    "titlecase": "^1.1.2",
    "upper-case-first": "^1.1.2"
  },
  "keywords": [
    "validation",
    "validator",
    "validate",
    "sanitization",
    "sanitisation",
    "sanitizer",
    "sanitiser",
    "lightweight"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/esnunes/valida.git"
  },
  "main": "lib/index",
  "engines": {
    "node": ">= 0.10.7"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/esnunes/valida/issues"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^7.1.2"
  }
}
