2014-11-07 12:38:12 -05:00
|
|
|
{
|
|
|
|
"name": "real-time-sharelatex",
|
2015-03-20 10:21:17 -04:00
|
|
|
"version": "0.1.4",
|
2014-11-07 12:38:12 -05:00
|
|
|
"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": {
|
2014-11-13 06:48:49 -05:00
|
|
|
"async": "^0.9.0",
|
2015-03-03 12:15:19 -05:00
|
|
|
"basic-auth-connect": "^1.0.0",
|
|
|
|
"body-parser": "^1.12.0",
|
2014-11-07 12:38:12 -05:00
|
|
|
"connect-redis": "^2.1.0",
|
2014-11-17 10:01:37 -05:00
|
|
|
"cookie-parser": "^1.3.3",
|
2014-11-07 12:38:12 -05:00
|
|
|
"express": "^4.10.1",
|
|
|
|
"express-session": "^1.9.1",
|
2016-11-09 07:06:32 -05:00
|
|
|
"ioredis": "^2.4.0",
|
2015-12-01 12:28:26 -05:00
|
|
|
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.1.0",
|
2015-12-03 11:50:56 -05:00
|
|
|
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.4.0",
|
2017-05-09 12:09:00 -04:00
|
|
|
"redis-sharelatex": "git+https://github.com/sharelatex/redis-sharelatex.git#v1.0.2",
|
2015-02-09 17:34:01 -05:00
|
|
|
"request": "~2.34.0",
|
2014-11-07 12:38:12 -05:00
|
|
|
"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",
|
|
|
|
"sandboxed-module": "~0.3.0",
|
|
|
|
"sinon": "~1.5.2",
|
2014-11-10 06:27:08 -05:00
|
|
|
"uid-safe": "^1.0.1",
|
|
|
|
"timekeeper": "0.0.4"
|
2014-11-07 12:38:12 -05:00
|
|
|
}
|
|
|
|
}
|