{
  "name": "audoku",
  "version": "0.2.0-0",
  "description": "Autodocumentate your rest apis on Express",
  "main": "index.js",
  "scripts": {
    "test": "mocha test"
  },
  "keywords": [
    "documentation",
    "rest",
    "apis",
    "api",
    "validation",
    "express",
    "middleware",
    "apidoc"
  ],
  "devDependencies": {
    "mocha": "latest",
    "mocha-jshint": "^2.3.1",
    "should": "latest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mauromereu/audoku.git"
  },
  "author": "Mauro <mauro.mereu+npm@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "apidoc": "^0.16.1",
    "express": "^4.14.0",
    "request": "^2.74.0",
    "should": "^9.0.0",
    "underscore": "^1.8.3"
  }
}
