UNPKG

1.24 kBJSONView Raw
1{
2 "name": "hikaru-coffee",
3 "version": "2.1.1",
4 "description": "A static site generator that generates routes based on directories naturally.",
5 "main": "libs/index.js",
6 "bin": {
7 "hikaru": "bin/hikaru"
8 },
9 "scripts": {
10 "build": "cake build",
11 "prepare": "npm run build",
12 "test": "echo \"Error: no test specified\" && exit 1"
13 },
14 "keywords": [
15 "Node",
16 "Coffee Script",
17 "Static Site Generator"
18 ],
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/AlynxZhou/hikaru.git"
22 },
23 "bugs": {
24 "url": "https://github.com/AlynxZhou/hikaru/issues"
25 },
26 "homepage": "https://github.com/AlynxZhou/hikaru#readme",
27 "author": "Alynx Zhou <alynx.zhou@gmail.com> (https://alynx.moe/)",
28 "license": "Apache-2.0",
29 "dependencies": {
30 "bluebird": "^3.5.2",
31 "cheerio": "~0.22.0",
32 "chokidar": "^2.0.4",
33 "colors": "^1.3.2",
34 "commander": "^2.17.1",
35 "front-matter": "^2.3.0",
36 "fs-extra": "^7.0.0",
37 "glob": "^7.1.3",
38 "highlight.js": "^9.12.0",
39 "js-yaml": "^3.13.1",
40 "marked": "latest",
41 "moment-timezone": "^0.5.23",
42 "nib": "^1.1.2",
43 "nunjucks": "^3.2.0",
44 "stylus": "latest"
45 },
46 "devDependencies": {
47 "coffeescript": "^2.3.2"
48 }
49}