{
  "name": "swagger-vue-generator",
  "version": "1.0.6",
  "description": "Generate api from spec & documentation for swagger-vue with templates (markdown or html)",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --recursive tests",
    "testfile": "./node_modules/mocha/bin/mocha",
    "generate-html": "node ./node_modules/jsdoc/jsdoc.js -t template -c jsdoc.conf.json -d"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sonrac/swagger-vue-doc-generator.git"
  },
  "keywords": [
    "swagger",
    "swagger-ui",
    "swagger-vue",
    "swagger",
    "vue",
    "generator",
    "docs generator"
  ],
  "author": "Donii Sergii <doniysa@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sonrac/swagger-vue-doc-generator/issues"
  },
  "homepage": "https://github.com/sonrac/swagger-vue-doc-generator#readme",
  "dependencies": {
    "argparse": "^1.0.9",
    "chai": "^4.1.2",
    "child_process": "^1.0.2",
    "fs": "0.0.1-security",
    "lodash": "^4.17.4",
    "path": "^0.12.7",
    "swagger-vue": "^1.0.3",
    "yaml": "^0.3.0"
  },
  "devDependencies": {
    "coveralls": "^3.0.0",
    "ink-docstrap": "^1.3.0",
    "istanbul": "^0.4.5",
    "jasmine-node": "^1.14.5",
    "jsdoc": "^3.5.5",
    "mocha": "^4.0.1"
  }
}
