-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 870 Bytes
/
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
{
"name": "express-github-docs",
"version": "0.6.9",
"description": "Express Middleware for Generating Documentation from GitHub Repository",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/miskun/express-github-docs.git"
},
"keywords": [
"github"
],
"author": "Miska Kaipiainen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/miskun/express-github-docs/issues"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/miskun/express-github-docs",
"dependencies": {
"cheerio": "^0.19.0",
"front-matter": "^1.0.0",
"fs-extended": "^0.2.0",
"marked": "^0.3.3",
"node-gh-repo-puller": "^0.1.1",
"serve-static": "^1.10.0"
},
"devDependencies": {
"express": "^4.13.0",
"express-handlebars": "^2.0.1"
}
}