{
  "_from": "feathers-swagger@^1.2.1",
  "_id": "feathers-swagger@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-njBLCmWRAdNLQRITQwvKCsF+fn4WsPpCY2LSoThiLqO0HlmoBiOJpTF9PJuhwwPrzSJdVbl9ebwbmGsVnK3XKA==",
  "_location": "/feathers-swagger",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "feathers-swagger@^1.2.1",
    "name": "feathers-swagger",
    "escapedName": "feathers-swagger",
    "rawSpec": "^1.2.1",
    "saveSpec": null,
    "fetchSpec": "^1.2.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/feathers-swagger/-/feathers-swagger-1.2.1.tgz",
  "_shasum": "f734921a46d964e6fd872b80dca502cac5544344",
  "_spec": "feathers-swagger@^1.2.1",
  "_where": "/home/editor/editor.api",
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "bugs": {
    "url": "https://github.com/feathersjs-ecosystem/feathers-swagger/issues"
  },
  "bundleDependencies": false,
  "contributors": [],
  "dependencies": {
    "lodash": "^4.17.15",
    "serve-static": "^1.13.2",
    "swagger-ui-dist": "^3.22.1"
  },
  "deprecated": false,
  "description": "Add documentation to your Featherjs services and feed them to Swagger UI.",
  "devDependencies": {
    "@feathersjs/express": "^4.4.1",
    "@feathersjs/feathers": "^4.3.0",
    "@mairu/swagger-ui-apikey-auth-form": "^1.0.0",
    "@types/express": "^4.16.1",
    "chai": "^4.2.0",
    "cors": "^2.8.5",
    "dtslint": "^2.0.2",
    "feathers-memory": "^4.0.0",
    "mocha": "^6.1.4",
    "nyc": "^15.0.0",
    "request": "^2.88.0",
    "request-promise": "^4.2.4",
    "semistandard": "^13.0.1",
    "swagger-parser": "^8.0.0"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">= 6"
  },
  "greenkeeper": {
    "ignore": [
      "swagger-ui-dist"
    ]
  },
  "homepage": "https://github.com/feathersjs-ecosystem/feathers-swagger",
  "keywords": [
    "feathers",
    "feathers-plugin"
  ],
  "license": "MIT",
  "main": "lib/",
  "name": "feathers-swagger",
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs-ecosystem/feathers-swagger.git"
  },
  "scripts": {
    "changelog": "github_changelog_generator -u feathersjs-ecosystem -p feathers-swagger && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
    "coverage": "nyc --check-coverage npm run mocha",
    "dtslint": "dtslint types",
    "lint": "semistandard --fix",
    "mocha": "mocha --opts mocha.opts",
    "publish": "git push origin --tags && npm run changelog && git push origin",
    "release:major": "npm version major && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:patch": "npm version patch && npm publish",
    "start": "node example/app",
    "test": "npm run lint && npm run coverage && npm run dtslint"
  },
  "semistandard": {
    "sourceType": "module",
    "env": [
      "mocha"
    ]
  },
  "types": "types",
  "version": "1.2.1"
}
