{
  "name": "@afaizal/apidoc-swagger",
  "version": "0.3.7",
  "description": "Custom package to Convert api doc json to swagger json",
  "author": "Andi Faizal M",
  "license": {
    "type": "MIT",
    "url": "https://github.com/afaizal/apidoc-swagger/blob/master/README.md/LICENSE"
  },
  "preferGlobal": true,
  "bin": "bin/apidocSwagger.js",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/afaizal/apidoc-swagger.git"
  },
  "bugs": {
    "url": "https://github.com/afaizal/apidoc-swagger/issues"
  },
  "keywords": [
    "api",
    "apidoc",
    "doc",
    "documentation",
    "rest",
    "restful",
    "swagger"
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "dependencies": {
    "apidoc-core": "0.3.1",
    "fs-extra": "^0.16.5",
    "lodash": "^3.5.0",
    "marked": "^0.3.3",
    "nomnom": "^1.8.1",
    "path-to-regexp": "^1.2.0",
    "winston": "^0.9.0"
  },
  "devDependencies": {},
  "jshintConfig": {
    "camelcase": true,
    "curly": false,
    "eqeqeq": true,
    "forin": true,
    "latedef": false,
    "newcap": true,
    "undef": true,
    "unused": true,
    "trailing": true,
    "node": true,
    "browser": true,
    "predef": [
      "it",
      "describe",
      "before",
      "after"
    ]
  }
}
