{
  "name": "express-autosanitizer",
  "version": "1.0.2",
  "description": "automatic sanitization of req body fields, params and query. uses caja. automatically does sanitization and escaping as middleware.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antoniormrzz/express-autosanitizer.git"
  },
  "keywords": [
    "express",
    "sanitize",
    "sanitizer",
    "autosanitizer",
    "xss",
    "security",
    "caja"
  ],
  "author": "Antonio Ramirez",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/antoniormrzz/express-autosanitizer/issues"
  },
  "homepage": "https://github.com/antoniormrzz/express-autosanitizer#readme",
  "dependencies": {
    "sanitizer": "^0.1.3"
  }
}
