UNPKG

hikaru-coffee

Version:

A static site generator that generates routes based on directories naturally.

44 lines (43 loc) 1.1 kB
{ "name": "hikaru-coffee", "version": "1.2.3", "description": "A static site generator that generates routes based on directories naturally.", "main": "lib/index.js", "bin": { "hikaru": "bin/hikaru" }, "scripts": { "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": { "cheerio": "^1.0.0-rc.2", "coffeescript": "^2.3.1", "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", "sprintf-js": "^1.1.1", "stylus": "latest" } }