forked from joepie91/pdfy2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.72 KB
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
{
"name": "pdfy",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"ansi-to-html": "^0.7.2",
"Base64": "^1.1.0",
"bhttp": "^1.2.8",
"bip21": "2.0.3",
"bluebird": "^3.7.2",
"body-parser": "^1.19.1",
"bookshelf": "^1.2.0",
"concat-stream": "^2.0.0",
"cookie-parser": "~1.4.5",
"csurf": "^1.11.0",
"debug": "^4.3.1",
"errors": "^0.3.0",
"express": "~4.17.1",
"express-domain-middleware": "^0.1.0",
"express-promise-router": "4.1.0",
"express-rate-limit": "^5.2.6",
"express-session": "^1.17.1",
"file-stream-rotator": "^0.5.7",
"glob": "^7.1.7",
"gm": "^1.23.1",
"ia-headers": "^1.0.0",
"knex": "^0.95.5",
"lodash": "^4.17.21",
"marked": "^4.0.8",
"moment": "^2.29.1",
"morgan": "~1.10.0",
"multer": "^1.4.4",
"mysql2": "^2.3.3",
"node-persist": "^0.0.12",
"pretty-error": "^4.0.0",
"pug": "^3.0.2",
"qr-image": "^3.2.0",
"read": "^1.0.7",
"rfr": "^1.2.3",
"scrypt-kdf": "^2.0.1",
"serve-favicon": "~2.5.0",
"session-file-store": "1.5.0",
"slug": "^5.1.1",
"stream-length": "^1.0.2",
"uuid": "^8.3.2",
"webpack": "^5.65.0",
"xtend": "^4.0.2",
"zero-fill": "^2.2.4"
},
"devDependencies": {
"autosize": "^4.0.4",
"blueimp-file-upload": "^10.31.0",
"coffee-loader": "^3.0.0",
"coffeescript": "^2.5.1",
"gulp": "^4.0.2",
"gulp-coffee": "^3.0.3",
"gulp-pug": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"imports-loader": "^2.0.0",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1",
"node-sass": "^7.0.0",
"pretty-units": "^0.1.0",
"webpack-stream": "^6.1.2"
}
}