chore: initial commit
This commit is contained in:
25
package.json
25
package.json
@ -23,20 +23,19 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"jsonwebtoken": "^8.3.0",
|
||||
"xtend": "~2.1.2"
|
||||
"jsonwebtoken": "8.3.0",
|
||||
"xtend": "2.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/socket.io": "~1.4.29",
|
||||
"body-parser": "~1.17.1",
|
||||
"express": "~4.15.2",
|
||||
"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": "^1.7.3",
|
||||
"socket.io-client": "^1.7.3"
|
||||
"@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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user