-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
69 lines (69 loc) · 1.58 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
{
"name": "pub-server",
"version": "2.13.1",
"description": "markdown site generator, web server, and editor",
"main": "server.js",
"preferGlobal": true,
"bin": {
"pub": "./bin/pub.js"
},
"dependencies": {
"asyncbuilder": "^1.1.1",
"body-parser": "^1.20.2",
"browserify": "^17.0.0",
"chokidar": "^3.6.0",
"commander": "^2.20.0",
"compression": "^1.7.4",
"debug": "^4.3.6",
"express": "^4.19.2",
"fs-extra": "^11.2.0",
"mime": "^3.0.0",
"pub-generator": "^4.4.0",
"pub-pkg-editor": "^2.2.0",
"pub-pkg-font-awesome": "^3.0.5",
"pub-pkg-font-open-sans": "^1.5.1",
"pub-pkg-google-oauth": "^2.2.0",
"pub-pkg-highlight": "^11.4.0",
"pub-pkg-jquery": "^1.12.4",
"pub-pkg-prism": "^2.0.5",
"pub-pkg-seo": "^1.3.0",
"pub-resolve-opts": "^1.10.0",
"pub-serve-sessions": "^2.0.1",
"pub-src-fs": "^2.2.0",
"pub-src-github": "^2.1.0",
"pub-src-http": "^2.0.0",
"pub-src-redis": "^2.4.0",
"pub-theme-doc": "^1.2.0",
"pub-util": "^3.3.0",
"send": "^0.18.0",
"socket.io": "^4.7.5",
"through2": "^4.0.2",
"uglify-js": "^3.19.3"
},
"devDependencies": {
"eslint": "^8.57.0",
"tape": "^5.8.1"
},
"files": [
"bin/",
"client/",
"server/",
"server.js"
],
"scripts": {
"test": "eslint . && tape test/*.js"
},
"keywords": [
"markdown",
"editor",
"publish",
"website",
"generator"
],
"repository": {
"type": "git",
"url": "git://github.com/jldec/pub-server.git"
},
"author": "Jürgen Leschner",
"license": "MIT"
}