-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.22 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
51
52
53
54
{
"name": "indoc",
"author": "Jon Ross <[email protected]> (https://zlsa.github.io/)",
"description": "Inline documentation generator for complete projects",
"keywords": [
"documentation",
"inline",
"site",
"html",
"generate",
"doc"
],
"homepage": "https://zlsa.github.io/indoc/",
"version": "0.4.17",
"license": "MIT",
"repository": "github:zlsa/indoc",
"bin": {
"indoc": "bin/main.js"
},
"files": [
"bin/main.js",
"lib/main.js",
"lib/file.js",
"lib/section.js",
"lib/language.js",
"lib/class.js",
"lib/events.js",
"lib/languages.json",
"lib/github-colors.json",
"lib/public/style.css",
"lib/public/jquery.min.js",
"lib/public/script.js",
"lib/public/dropdown.png",
"lib/public/favicon.png",
"lib/public/links.png",
"lib/template/*"
],
"main": "lib/main.js",
"dependencies": {
"fs-extra": "^0.26.5",
"glob": "^7.0.3",
"glob-copy": "^0.1.0",
"highlight.js": "^9.2.0",
"hogan.js": "^3.0.2",
"jsonfile": "^2.2.3",
"language-detect": "^1.1.0",
"marked": "^0.3.5",
"merge": "^1.2.0",
"run-auto": "^1.1.3",
"run-parallel": "^1.1.4",
"winston": "^2.2.0",
"yargs": "^4.2.0"
}
}