{
  "name": "toa-body",
  "description": "Request body parser for toa.",
  "authors": [
    "Yan Qing <admin@zensh.com>"
  ],
  "version": "3.0.0",
  "main": "index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:toajs/toa-body.git"
  },
  "engines": {
    "node": ">= 4.5.0"
  },
  "homepage": "https://github.com/toajs/toa-body",
  "keywords": [
    "toa",
    "toa-module",
    "body",
    "parser"
  ],
  "dependencies": {
    "inflation": "^2.0.0",
    "qs": "^6.5.1",
    "raw-body": "^2.3.2",
    "thunks": "^4.8.1"
  },
  "devDependencies": {
    "standard": "^10.0.3",
    "supertest": "^3.0.0",
    "tman": "^1.7.2",
    "toa": "^3.0"
  },
  "scripts": {
    "test": "standard && tman"
  },
  "files": [
    "index.js",
    "README.md"
  ]
}
