-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.14 KB
/
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
43
44
45
46
47
48
49
50
{
"name": "pug-doc",
"version": "2.23.1",
"description": "Pug (Jade) documentation generator.",
"main": "index.js",
"scripts": {
"test": "tape 'test/?(test|arguments).js' | faucet"
},
"author": "Arjen Scherff-de Water",
"repository": {
"type": "git",
"url": "https://github.com/Aratramba/pug-doc.git"
},
"keywords": [
"documentation",
"docs",
"jade",
"jade-doc",
"pug",
"pug-doc"
],
"bin": "cli.js",
"bugs": {
"url": "https://github.com/Aratramba/pug-doc/issues"
},
"homepage": "https://github.com/Aratramba/pug-doc",
"license": "ISC",
"dependencies": {
"JSONStream": "^1.3.5",
"clean-whitespace": "^0.1.2",
"detect-indent": "^6.0.0",
"doctrine": "^3.0.0",
"indented-code-block": "^1.1.1",
"js-yaml": "^4.0.0",
"meow": "^9.0.0",
"mkdirp": "^1.0.4",
"object-assign": "^4.1.1",
"pug": "^3.0.2",
"pug-code-block": "^3.6.1",
"pug-runtime": "^3.0.0",
"rebase-indent": "^1.6.1",
"text-file-register": "^0.2.1",
"through2": "^4.0.2"
},
"devDependencies": {
"faucet": "^0.0.1",
"tape": "^5.1.1",
"tape-spawn": "^1.4.2"
}
}