-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
49 lines (49 loc) · 1.03 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
{
"name": "i5ting_toc",
"version": "1.1.5",
"description": "tocmd.npm:a npm wrapper of i5ting_ztree_toc",
"keywords": [
"doc",
"markdown",
"md",
"toc",
"table of content",
"ztree",
"i5ting_ztree_toc",
"i5ting"
],
"main": "index.js",
"scripts": {
"start": "npm publish .",
"test": " node bin/tocmd.js -f sample.md -v -o"
},
"preferGlobal": "true",
"bin": {
"i5ting_toc": "bin/tocmd.js"
},
"repository": {
"type": "git",
"url": "https://github.com/i5ting/tocmd.npm.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/i5ting/tocmd.npm/issues"
},
"dependencies": {
"bufferhelper": "^0.2.0",
"commander": "^2.5.0",
"config": "^1.7.0",
"handlebars": "^2.0.0",
"marked": "^0.3.2",
"object-assign": "^1.0.0",
"open": "0.0.5",
"shelljs": "^0.3.0"
},
"devDependencies": {
"gulp-livereload": "^2.1.1",
"gulp-watch": "^0.7.0",
"mocha": "*"
},
"homepage": "https://github.com/i5ting/tocmd.npm"
}