UNPKG

765 BJSONView Raw
1{
2 "name": "ghw",
3 "description": "Github wiki to HTML converter",
4 "author": "Juho Vepsalainen <bebraw@gmail.com>",
5 "version": "0.7.1",
6
7 "dependencies": {
8 "marked": ">= 0.2.3",
9 "mu2": ">= 0.5.8",
10 "commander": ">= 0.5.2",
11 "suite.js": ">= 0.1.1"
12 },
13
14 "main": "./lib/ghw.js",
15 "bin": "./bin/ghw",
16
17 "repository": {
18 "type": "git",
19 "url": "https://bebraw@github.com/bebraw/ghw.git"
20 },
21
22 "homepage": "https://github.com/bebraw/ghw",
23
24 "bugs": {
25 "url": "https://github.com/bebraw/ghw/issues"
26 },
27
28 "keywords": ["markdown", "github", "html", "wiki"],
29
30 "licenses": [{
31 "type": "MIT",
32 "url": "https://github.com/bebraw/ghw/blob/master/LICENSE"
33 }]
34}