-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
83 lines (83 loc) · 2.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "doclets",
"version": "1.0.0",
"description": "Hosted automated jsdoc documentation.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/lipp/doclets.git"
},
"scripts": {
"test": "standard && istanbul cover _mocha -- --recursive test",
"test_nocover": "mocha test"
},
"keywords": [
"jsdoc",
"documentation",
"api",
"continuous integration"
],
"bin": {
"doclets": "./bin/doclets.js"
},
"author": "Gerhard Preuss",
"license": "MIT",
"dependencies": {
"async": "^2.0.1",
"body-parser": "^1.14.2",
"bull": "^1.0.0",
"colors": "^1.1.2",
"compression": "^1.6.1",
"connect-flash": "^0.1.1",
"connect-redis": "^3.1.0",
"express": "^4.13.3",
"express-session": "^1.12.1",
"express-slash": "^2.0.1",
"flat": "^2.0.0",
"fs-extra": "^0.30.0",
"git-repo-name": "^0.5.1",
"github": "^0.2.4",
"github-webhook-handler": "^0.5.0",
"glob": "^7.0.3",
"helmet": "^1.1.0",
"jade": "^1.11.0",
"js-yaml": "^3.5.5",
"jsdoc": "jsdoc3/jsdoc#407bd470cde2dcb2745c217411fe8f9406cb694d",
"jstransformer-markdown-it": "^0.2.2",
"marked": "^0.3.5",
"method-override": "^2.3.5",
"moment": "^2.11.0",
"mongoose": "^4.4.17",
"morgan": "^1.6.1",
"normalize.css": "^3.0.3",
"passport": "^0.3.2",
"passport-github2": "^0.1.9",
"path-is-absolute": "^1.0.0",
"prompt": "^1.0.0",
"recursive-readdir": "^2.0.0",
"recursive-readdir-sync": "^1.0.6",
"sync-exec": "^0.6.2",
"underscore": "^1.8.3",
"uuid": "^2.0.1"
},
"devDependencies": {
"acme-jsdoc-example": "lipp/acme-jsdoc-example",
"chokidar": "^1.6.0",
"coveralls": "^2.11.6",
"csslint": "^0.10.0",
"git-branch": "^0.3.0",
"istanbul": "^0.4.1",
"mocha": "^2.5.0",
"optimist": "^0.6.1",
"request": "^2.72.0",
"sinon": "^1.17.2",
"socket.io": "^1.4.6",
"standard": "^5.4.1",
"taffydb": "^2.7.2"
},
"standard": {
"ignore": [
"fixtures/"
]
}
}