-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "users-jwt-authorization-socket.io",
"version": "1.0.3",
"description": "JWT socket.IO Mongo",
"main": "server.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IRONKAGE/Users-JWT-Authorization-socket.IO.git"
},
"author": "IRONKAGE",
"license": "ISC",
"bugs": {
"url": "https://github.com/IRONKAGE/Users-JWT-Authorization-socket.IO/issues"
},
"homepage": "https://github.com/IRONKAGE/Users-JWT-Authorization-socket.IO#readme",
"dependencies": {
"Base64": "^1.1.0",
"MD5": "^1.3.0",
"bcrypt": "^5.0.0",
"crypto": "^1.0.1",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"md5": "^2.2.1",
"mongodb": "^3.5.2",
"mongoose": "^5.8.10",
"nodemon": "^2.0.2",
"pug": "^2.0.4",
"server": "^1.0.22",
"socket.io": "^2.3.0",
"socketio-jwt": "^4.5.0",
"socketio-jwt-auth": "^0.1.0"
},
"devDependencies": {}
}