2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00
socketio-jwt/package.json

42 lines
893 B
JSON
Raw Normal View History

2012-09-05 20:14:36 +02:00
{
"name": "socketio-jwt",
2020-06-01 14:45:27 +02:00
"version": "4.6.2",
"description": "authenticate socket.io connections using JWTs",
2012-09-05 20:14:36 +02:00
"main": "lib/index.js",
"types": "./types/index.d.ts",
2012-09-05 20:14:36 +02:00
"keywords": [
"socket",
"socket.io",
"jwt"
2012-09-05 20:14:36 +02:00
],
"author": {
"name": "José F. Romaniello",
"email": "jfromaniello@gmail.com",
"url": "http://joseoncode.com"
2012-09-05 20:14:36 +02:00
},
"repository": {
"type": "git",
"url": "https://github.com/auth0/socketio-jwt.git"
2012-09-05 20:14:36 +02:00
},
2012-11-16 16:43:12 +01:00
"scripts": {
"test": "mocha"
},
2012-09-05 20:14:36 +02:00
"license": "MIT",
"dependencies": {
2020-12-27 17:25:44 +01:00
"jsonwebtoken": "8.3.0",
"xtend": "2.1.2"
2012-11-16 16:43:12 +01:00
},
"devDependencies": {
2020-12-27 17:25:44 +01:00
"@types/socket.io": "2.1.12",
"express": "4.17.1",
"mocha": "3.2.0",
"request": "2.81.0",
"serve-static": "1.13.2",
"q": "1.5.1",
"server-destroy": "1.0.1",
"should": "11.2.1",
"socket.io": "2.3.0",
"socket.io-client": "2.3.0"
2012-09-05 20:14:36 +02:00
}
}