{
  "name": "redok",
  "version": "0.2.0",
  "description": "Readme and documentation generator",
  "main": "lib/redok.js",
  "bin": {
    "redok": "bin/redok"
  },
  "scripts": {
    "docs": "node bin/redok",
    "postpublish": "npm run tag",
    "tag": "git tag 'v'$npm_package_version && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adamrenklint/redok.git"
  },
  "author": "Adam Renklint <adam@renklint.com> (http://adamrenklint.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/adamrenklint/redok/issues"
  },
  "homepage": "https://github.com/adamrenklint/redok",
  "dependencies": {
    "dateformat": "^1.0.11",
    "gaze": "^0.5.1",
    "git-repo-info": "^1.1.1",
    "handlebars": "^3.0.3",
    "minimist": "^1.1.1"
  }
}
