{
  "name": "http-body-parser",
  "version": "1.1.9",
  "description": "🎨 A body parser for node, koa, koa2, express. support json, form, text, multipart and stream type body.",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src -d lib",
    "pretest": "npm run build",
    "test": "ava test/*.spec.js",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eqfox/http-body-parser.git"
  },
  "keywords": [
    "node",
    "http",
    "koa",
    "koa2",
    "express",
    "express4",
    "async",
    "await",
    "promise",
    "json",
    "text",
    "stream",
    "form",
    "query",
    "file",
    "upload",
    "body",
    "parser"
  ],
  "author": "sunwei <sunwei@eqfox.com> (http://www.eqfox.com)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/eqfox/http-body-parser/issues"
  },
  "homepage": "https://github.com/eqfox/http-body-parser#readme",
  "engines": {
    "node": ">=6.0"
  },
  "devDependencies": {
    "ava": "^0.19.1",
    "babel-cli": "^6.24.1",
    "babel-preset-env": "^1.4.0",
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.1.3",
    "eslint-plugin-import": "^2.2.0",
    "express": "^4.15.2",
    "koa": "^2.2.0",
    "supertest": "^3.0.0"
  },
  "dependencies": {
    "uuid": "^3.0.1"
  }
}
