{
  "name": "ghw",
  "description": "Github wiki to HTML converter",
  "author": "Juho Vepsalainen <bebraw@gmail.com>",
  "version": "2.0.0",
  "dependencies": {
    "commander": "^2.9.0",
    "funkit": "^0.7.8",
    "handlebars": "^4.0.5",
    "highlight.js": "^9.0.0",
    "marked": "^0.3.5"
  },
  "main": "./lib/ghw.js",
  "bin": "./bin/ghw",
  "repository": {
    "type": "git",
    "url": "https://bebraw@github.com/bebraw/ghw.git"
  },
  "scripts": {
    "test": "node ./tests"
  },
  "homepage": "https://github.com/bebraw/ghw",
  "bugs": {
    "url": "https://github.com/bebraw/ghw/issues"
  },
  "keywords": [
    "markdown",
    "github",
    "html",
    "wiki"
  ],
  "license": "MIT",
  "devDependencies": {
    "require-dir": "~0.3.0",
    "suite.js": "^0.6.1"
  }
}
