File tree Expand file tree Collapse file tree 1 file changed +21
-19
lines changed Expand file tree Collapse file tree 1 file changed +21
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " socket.io-token-based-authentiction" ,
3
- "version" : " 1.0.0" ,
4
- "description" : " Socket.io and security protection" ,
5
- "main" : " server.js" ,
6
- "scripts" : {
7
- "test" : " echo \" Error: no test specified\" && exit 1" ,
8
- "start" : " node server.js"
9
- },
10
- "author" : " Greg Kroczek" ,
11
- "license" : " MIT" ,
12
- "dependencies" : {
13
- "dotenv" : " ^4.0.0" ,
14
- "express" : " ^4.15.2" ,
15
- "http" : " 0.0.0" ,
16
- "jsonwebtoken" : " ^7.4.0" ,
17
- "lodash" : " ^4.17.4" ,
18
- "socket.io" : " ^1.7.4"
19
- }
20
- }
2
+ "name" : " socket.io-token-based-authentiction" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " Socket.io and security protection" ,
5
+ "homepage" : " www.maxprog.net.pl" ,
6
+ "repository" : " https://github.com/maxprog/socket.io-token-based-authentication" ,
7
+ "main" : " server.js" ,
8
+ "scripts" : {
9
+ "test" : " echo \" Error: no test specified\" && exit 1" ,
10
+ "start" : " node server.js"
11
+ },
12
+ "author" : " Greg Kroczek" ,
13
+ "license" : " MIT" ,
14
+ "dependencies" : {
15
+ "dotenv" : " ^4.0.0" ,
16
+ "express" : " ^4.15.2" ,
17
+ "http" : " 0.0.0" ,
18
+ "jsonwebtoken" : " ^7.4.0" ,
19
+ "lodash" : " ^4.17.4" ,
20
+ "socket.io" : " ^1.7.4"
21
+ }
22
+ }
You can’t perform that action at this time.
0 commit comments