{
  "name": "apidoc",
  "version": "0.6.0",
  "description": "RESTful web API Documentation Generator",
  "author": "Peter Rottmann <rottmann@inveris.de>",
  "preferGlobal": true,
  "homepage": "http://apidocjs.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/apidoc/apidoc.git"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/apidoc/apidoc/blob/master/LICENSE.md"
  },
  "bugs": {
    "url": "https://github.com/apidoc/apidoc/issues"
  },
  "main": "./lib/apidoc",
  "bin": "bin/apidoc",
  "keywords": [
    "api",
    "apidoc",
    "doc",
    "documentation",
    "rest",
    "restful"
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "dependencies": {
    "colors": "~0.6.2",
    "fs-extra": "~0.9.1",
    "lodash": "~2.4.1",
    "marked": "~0.3.2",
    "optimist": "~0.6.1",
    "semver": "~2.3.0",
    "underscore": "~1.6.0",
    "wrench": "~1.5.8"
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-simple-mocha": "~0.4.0",
    "should": "~4.0.1"
  }
}
