{
  "name": "provejs-express",
  "version": "1.0.1",
  "description": "Form validation and data filtering for Express",
  "keywords": [
    "form",
    "validator",
    "validation",
    "express"
  ],
  "homepage": "https://github.com/provejs/provejs-express",
  "bugs": {
    "url": "https://github.com/freewil/express-form/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/provejs/provejs-express.git"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": "Dan Hollenbeck (dan@hollenbecks.com)",
  "contributors": [],
  "main": "index",
  "scripts": {
    "lint": "eslint --rulesdir node_modules/@ravdocs/eslint/rules .",
    "test": "mocha --recursive"
  },
  "dependencies": {
    "async": "^3.2.0",
    "js-beautify": "^1.14.0",
    "lodash.isboolean": "^3.0.3",
    "lodash.isfunction": "^3.0.9",
    "lodash.isnan": "^3.0.2",
    "lodash.isnumber": "^3.0.3",
    "lodash.isstring": "^4.0.1",
    "lodash.isundefined": "^3.0.1",
    "moment-timezone": "^0.5.33",
    "sanitize-html": "^2.4.0",
    "validator": "^13.6.0"
  },
  "devDependencies": {
    "@ravdocs/eslint": "^1.0.18",
    "body-parser": "1.x",
    "errorhandler": "^1.5.0",
    "eslint": "^7.30.0",
    "express": "4.x",
    "got": "^11.8.2",
    "mocha": "^9.0.2"
  },
  "peerDependencies": {
    "express": ">=3.0.0"
  },
  "engines": {
    "node": ">=0.10.0"
  }
}
