Skip to content

Commit 110745d

Browse files
committed
1.0.0
1 parent 5d8e1c5 commit 110745d

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

package.json

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
{
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+
}

0 commit comments

Comments
 (0)