{
  "name": "hikaru-coffee",
  "version": "1.9.2",
  "description": "A static site generator that generates routes based on directories naturally.",
  "main": "lib/index.js",
  "bin": {
    "hikaru": "bin/hikaru"
  },
  "scripts": {
    "build": "cake build",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Node",
    "Coffee Script",
    "Static Site Generator"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlynxZhou/hikaru.git"
  },
  "bugs": {
    "url": "https://github.com/AlynxZhou/hikaru/issues"
  },
  "homepage": "https://github.com/AlynxZhou/hikaru#readme",
  "author": "AlynxZhou <alynx.zhou@gmail.com> (https://alynx.xyz/)",
  "license": "Apache-2.0",
  "dependencies": {
    "bluebird": "^3.5.2",
    "cheerio": "^1.0.0-rc.2",
    "chokidar": "^2.0.4",
    "coffeescript": "^2.3.1",
    "colors": "^1.3.2",
    "commander": "^2.17.1",
    "front-matter": "^2.3.0",
    "fs-extra": "^7.0.0",
    "glob": "^7.1.3",
    "highlight.js": "^9.12.0",
    "js-yaml": "^3.12.0",
    "marked": "latest",
    "moment": "^2.22.2",
    "nib": "^1.1.2",
    "nunjucks": "^3.1.3",
    "stylus": "latest"
  }
}
