{
  "name": "koa-body-images",
  "version": "0.1.2",
  "description": "Middleware to extract images from multipart/form-data uses koa-body",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jenyafross/koa-body-image.git"
  },
  "keywords": [
    "koa-body",
    "images"
  ],
  "files": [
    "LICENSE",
    "README.md",
    "index.js",
    "validators.js",
    "package.json"
  ],
  "author": "Nevodnich Evgeny",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jenyafross/koa-body-image/issues"
  },
  "homepage": "https://github.com/jenyafross/koa-body-image#readme",
  "devDependencies": {
    "koa": "^2.6.2",
    "koa-body": "^4.0.4",
    "koa-router": "^7.4.0",
    "mocha": "^5.2.0",
    "supertest": "^3.3.0"
  }
}
