{
  "name": "connect-multiparty",
  "version": "2.2.0",
  "description": "multipart parsing middleware for connect using multiparty",
  "author": "Andrew Kelley <superjoe30@gmail.com>",
  "contributors": [
    "Douglas Christopher Wilson <doug@somethingdoug.com>"
  ],
  "license": "MIT",
  "repository": "expressjs/connect-multiparty",
  "dependencies": {
    "http-errors": "~1.7.0",
    "multiparty": "~4.2.1",
    "on-finished": "~2.3.0",
    "qs": "~6.5.2",
    "type-is": "~1.6.16"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "devDependencies": {
    "connect": "3.6.6",
    "eslint": "2.13.1",
    "mocha": "5.2.0",
    "nyc": "11.9.0",
    "safe-buffer": "5.1.2",
    "should": "13.2.3",
    "supertest": "3.1.0"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "mocha --reporter spec",
    "test-ci": "nyc --reporter=text npm test",
    "test-cov": "nyc --reporter=html --reporter=text npm test"
  }
}
