-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 964 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 964 Bytes
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
{
"name": "zsh-doctoc",
"author": "Thorsten Lorenz",
"bugs": {
"url": "https://github.com/thlorenz/doctoc/issues"
},
"license": "MIT",
"version": "2.1.0",
"contributors": [],
"dependencies": {},
"deprecated": false,
"description": "Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites.",
"devDependencies": {},
"homepage": "https://github.com/thlorenz/doctoc",
"keywords": [
"markdown",
"markdown processor",
"toc generator",
"zsh"
],
"zsh-data": {
"plugin-info": {
"user": "z-shell",
"plugin": "0",
"version": "2.1.0",
"requires": "npm;bgn"
},
"zi-ices": {
"default": {
"git": "",
"lucid": "",
"as": "null",
"node": "!doctoc",
"sbin": "n:node_modules/.bin/doctoc",
"atpull": "%atclone",
"nocompile": ""
}
}
}
}