{
  "name": "bory",
  "version": "1.0.2",
  "description": "Node.js body and query parsing middleware with nesting",
  "main": "index.js",
  "scripts": {
    "lint": "eslint . --ext .js",
    "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/"
  },
  "files": [
    "lib/",
    "LICENSE",
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielrohers/bory.git"
  },
  "author": "Daniel Rôhers Moura <rohersmoura@gmail.com> (https://github.com/danielrohers)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/danielrohers/bory/issues"
  },
  "homepage": "https://github.com/danielrohers/bory#readme",
  "engines": {
    "node": ">=6.0.0"
  },
  "devDependencies": {
    "eslint": "^3.15.0",
    "eslint-config-airbnb-base": "^11.0.1",
    "eslint-config-google": "^0.7.1",
    "eslint-config-standard": "^6.2.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-standard": "^2.0.1",
    "methods": "^1.1.2",
    "mocha": "^3.2.0",
    "supertest": "^3.0.0"
  },
  "dependencies": {
    "bytes": "^2.4.0",
    "content-type": "^1.0.2",
    "debug": "^2.6.0",
    "depd": "^1.1.0",
    "http-errors": "^1.5.1",
    "iconv-lite": "^0.4.15",
    "on-finished": "^2.3.0",
    "qs": "^6.3.0",
    "raw-body": "^2.2.0",
    "type-is": "^1.6.14"
  }
}
