-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 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
{
"name": "dash-docset-generator",
"version": "1.0.0",
"description": "Generates Dash docsets from JSON, YAML, Markdown, and HTML.",
"author": "bryn austin bellomy <bryn.bellomy@gmail.com>",
"license": "WTFPL",
"main": "index.js",
"bin": {
"build-dash-docsets": "bin/build-dash-docsets"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/brynbellomy/dash-docset-generator"
},
"keywords": [
"dash",
"doc",
"documentation",
"docset",
"docs"
],
"bugs": {
"url": "https://github.com/brynbellomy/dash-docset-generator/issues"
},
"homepage": "https://github.com/brynbellomy/dash-docset-generator",
"dependencies": {
"bryn-md-render": "^1.0.1",
"chalk": "1.0.x",
"cheerio": "0.19.x",
"cli-components": "0.2.x",
"cli-components-io": "^0.1.1",
"fs-objects": "^0.2.0",
"js-yaml": "^3.4.3",
"markdown-it-toc": "^1.1.0",
"ncp": "^2.0.0",
"plist": "1.1.x",
"shelljs": "^0.3.0",
"sqlite3": "^3.1.1",
"when": "3.7.x",
"yaml-front-matter": "3.2.x",
"yargs": "3.7.x"
},
"devDependencies": {
"eyes": "^0.1.8",
"typescript": "^1.5.0-beta"
}
}