{
  "name": "express-busboy",
  "description": "Busboy for express, mimics the old bodyParser",
  "version": "10.1.0",
  "author": "Dav Glass <davglass@gmail.com>",
  "main": "index.js",
  "scripts": {
    "lint": "eslint --fix .",
    "test": "jenkins-mocha tests/*.js",
    "posttest": "nyc report"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:yahoo/express-busboy.git"
  },
  "keywords": [
    "busboy",
    "express",
    "body-parser"
  ],
  "bugs": {
    "url": "https://github.com/yahoo/express-busboy/issues"
  },
  "homepage": "https://github.com/yahoo/express-busboy",
  "dependencies": {
    "body": "^5.1.0",
    "connect-busboy": "^1.0.0",
    "mkdirp": "^1.0.4",
    "qs": "^6.10.3",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "eslint": "^8.12.0",
    "express": "^4.16.4",
    "jenkins-mocha": "^9.0.0",
    "nyc": "^15.1.0",
    "portfinder": "~0.2.1",
    "request": "^2.88.0"
  },
  "nyc": {
    "lines": 100,
    "statements": 100,
    "functions": 100,
    "branches": 100,
    "check-coverage": true,
    "reporter": [
      "text",
      "text-summary"
    ]
  },
  "license": "BSD-3-Clause"
}
