-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 933 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "pug-doc-html",
"version": "1.1.0",
"description": "Pug (Jade) documentation output html",
"main": "index.js",
"scripts": {
"test": "tape test/test.js | faucet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aratramba/pug-doc-html.git"
},
"keywords": [
"jade",
"jade-doc",
"pug",
"pug-doc",
"docs",
"documentation"
],
"bin": "cli.js",
"author": "Arjen Scherff-de Water",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aratramba/pug-doc-html/issues"
},
"homepage": "https://github.com/Aratramba/pug-doc-html#readme",
"dependencies": {
"JSONStream": "^1.0.6",
"is-empty-object": "^1.1.1",
"marked": "^0.3.5",
"meow": "^3.3.0",
"mkdirp": "^0.5.1",
"object-assign": "^4.0.1",
"pretty": "^1.0.0",
"traverse": "^0.6.6"
},
"devDependencies": {
"faucet": "0.0.1",
"tape": "^4.2.1"
}
}