mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Create framework for real-time API with session authentication
This commit is contained in:
39
services/real-time/package.json
Normal file
39
services/real-time/package.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "real-time-sharelatex",
|
||||
"version": "0.0.1",
|
||||
"description": "The socket.io layer of ShareLaTeX for real-time editor interactions",
|
||||
"author": "ShareLaTeX <team@sharelatex.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sharelatex/real-time-sharelatex.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"connect-redis": "^2.1.0",
|
||||
"express": "^4.10.1",
|
||||
"express-session": "^1.9.1",
|
||||
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.0.0",
|
||||
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.0.0",
|
||||
"redis-sharelatex": "~0.0.4",
|
||||
"session.socket.io": "^0.1.6",
|
||||
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
|
||||
"socket.io": "0.9.16",
|
||||
"socket.io-client": "^0.9.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bunyan": "~0.22.3",
|
||||
"chai": "~1.9.1",
|
||||
"cookie-signature": "^1.0.5",
|
||||
"grunt": "~0.4.4",
|
||||
"grunt-bunyan": "~0.5.0",
|
||||
"grunt-contrib-clean": "~0.5.0",
|
||||
"grunt-contrib-coffee": "~0.10.1",
|
||||
"grunt-execute": "~0.2.1",
|
||||
"grunt-forever": "~0.4.4",
|
||||
"grunt-mocha-test": "~0.10.2",
|
||||
"grunt-shell": "~0.7.0",
|
||||
"request": "~2.34.0",
|
||||
"sandboxed-module": "~0.3.0",
|
||||
"sinon": "~1.5.2",
|
||||
"uid-safe": "^1.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user