{
  "name": "confident",
  "version": "5.2.1",
  "description": "Use Express with OpenAPI / Swagger",
  "main": "index.js",
  "scripts": {
    "test": "mocha __tests__",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aaronshaf/confident.git"
  },
  "files": [
    "index.js",
    "lib",
    "operation.js"
  ],
  "keywords": [
    "express",
    "openapi",
    "swagger"
  ],
  "author": "Aaron Shafovaloff <aaronshaf@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aaronshaf/confident/issues"
  },
  "homepage": "https://github.com/aaronshaf/confident#readme",
  "dependencies": {
    "ajv": "^4.7.3",
    "body-parser": "^1.15.2",
    "chalk": "^1.1.3",
    "express": "^4.14.0",
    "generate-schema": "^2.3.1",
    "jsonpointer": "^4.0.0",
    "lodash": "^4.16.1",
    "react-openapi": "^2.4.2"
  },
  "devDependencies": {
    "body-parser": "^1.15.2",
    "cors": "^2.8.1",
    "eslint": "^3.6.1",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-node": "^4.2.2",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "mocha": "^3.4.1",
    "supertest": "^3.0.0"
  }
}
