forked from teadocs/teadocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.13 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
{
"name": "teadocs",
"version": "0.4.0",
"description": "Teadocs is a quick and easy WEB document setup tool",
"main": "index.js",
"bin": {
"teadocs": "bin/teadocs.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/teadocs/teadocs.git"
},
"author": "lisniuse",
"license": "MIT",
"bugs": {
"url": "https://github.com/teadocs/teadocs/issues"
},
"keywords": [
"nodejs",
"javascript",
"documentation",
"generator"
],
"homepage": "https://github.com/teadocs/teadocs#readme",
"dependencies": {
"chalk": "^3.0.0",
"cheerio": "^1.0.0-rc.3",
"chokidar": "^3.3.0",
"co": "^4.6.0",
"commander": "^4.0.1",
"detect-port": "^1.3.0",
"ejs": "^2.7.1",
"front-matter": "^3.0.2",
"fs-extra": "^8.1.0",
"html-minifier": "^4.0.0",
"koa": "^2.11.0",
"koa-router": "^7.4.0",
"koa-socket": "^4.4.0",
"koa-static": "^5.0.0",
"marked": "^0.7.0",
"open": "^7.0.0",
"semver": "^6.3.0",
"update-notifier": "^3.0.1"
},
"engines": {
"node": ">=8"
}
}