-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.43 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
{
"name": "dffrnt.route",
"version": "4.0.5",
"description": "An Express/SocketIO/Passport-based API Router",
"keywords": [
"api",
"api-router",
"express",
"socket-io",
"passport",
"dffrnt"
],
"author": {
"name": "Arian Johnson",
"email": "arian.johnson@icloud.com",
"url": "https://github.com/LeShaunJ"
},
"homepage": "https://dffr-nt.github.io/dffrnt.api/modules/_dffrnt_route_",
"repository": {
"type": "git",
"url": "https://github.com/DFFR-NT/dffrnt.route.git"
},
"bugs": {
"url": "https://github.com/DFFR-NT/dffrnt.route/issues"
},
"main": "index.js",
"types": "index.d.ts",
"engines" : { "node" : ">=8.94 <10.16.3" },
"license": "MIT",
"dependencies": {
"app-root-path": "2.0.1",
"body-parser": "1.18.2",
"compression": "1.7.2",
"connect-redis": "2.5.1",
"cookie-parser": "1.4.3",
"cors": "2.8.4",
"crypto-token": "1.0.1",
"dffrnt.confs": "4.0.5",
"dffrnt.utils": "4.0.5",
"express": "4.16.3",
"express-limiter": "1.6.1",
"express-recaptcha": "4.0.2",
"express-session": "1.15.6",
"json-web-token": "1.6.3",
"md5": "2.2.1",
"mime": "1.6.0",
"multer": "1.3.1",
"passport": "0.3.2",
"passport-local": "1.0.0",
"redis": "2.8.0",
"socket.io": "1.7.4",
"socket.io-emitter": "1.1.0",
"socket.io-redis": "1.1.1"
},
"optionalDependencies": {
"@types/connect-redis": "0.0.11",
"@types/express": "4.17.1",
"@types/socket.io": "1.4.40",
"bufferutil": "1.3.0"
}
}