-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.02 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": "roadmarks",
"version": "1.6.3",
"description": "Extensive tool to create and maintain Markdown documentation tables of contents and navigation",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"bin": {
"roadmarks": "./bin/roadmarks"
},
"repository": {
"type": "git",
"url": "https://github.com/sielay/roadmarks.git"
},
"keywords": [
"toc",
"md",
"markdown",
"table",
"of",
"contents",
"list",
"navigation",
"doc",
"documentation"
],
"author": "lukaszsielski@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/sielay/roadmarks/issues"
},
"homepage": "https://github.com/sielay/roadmarks",
"dependencies": {
"chalk": "^1.0.0",
"command-line-args": "^0.5.5",
"each-async": "^1.1.1",
"gitignore-parser": "0.0.1",
"glob": "^4.4.1",
"lodash": "^3.3.1",
"marked": "^0.3.3",
"slash": "^1.0.0",
"wildglob": "0.0.1"
},
"devDependencies": {
"mocha": "^2.1.0",
"should": "^5.0.1"
}
}