{
  "name": "revelio-apidoc",
  "version": "0.1.1",
  "description": "Revelio publishing tool for ApiDoc documentation",
  "author": "Revelio",
  "dependencies": {
    "apidoc-core": "~0.5.1",
    "async": "^1.5.2",
    "bluebird": "^3.1.1",
    "commander": "^2.9.0",
    "revelio-publisher": "^0.3.1",
    "underscore": "~1.8.3"
  },
  "devDependencies": {
    "assertchain-jasmine": "~0.1.0",
    "proxyquire": "^1.7.3"
  },
  "bin": "cli.js",
  "main": "./lib/app.js",
  "homepage": "https://www.getrevelio.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/revelio/revelio-apidoc.git"
  },
  "bugs": {
    "url": "https://github.com/revelio/revelio-apidoc/issues"
  },
  "scripts": {
    "test": "jasmine"
  },
  "keywords": [
    "revelio",
    "api",
    "apidoc",
    "doc",
    "documentation",
    "reference",
    "manual",
    "rest",
    "restful",
    "generator"
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "license": "MIT"
}
