mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
8e1e14c9ca
adds keepalive support
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"name": "document-updater-sharelatex",
|
|
"version": "0.1.4",
|
|
"description": "An API for applying incoming updates to documents in real-time",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sharelatex/document-updater-sharelatex.git"
|
|
},
|
|
"dependencies": {
|
|
"async": "2.0.0-rc.5",
|
|
"coffee-script": "1.4.0",
|
|
"express": "3.3.4",
|
|
"ioredis": "^2.2.0",
|
|
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.5.6",
|
|
"lynx": "0.0.11",
|
|
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.5.0",
|
|
"redis-sharelatex": "git+https://github.com/sharelatex/redis-sharelatex.git#v1.0.3",
|
|
"request": "2.25.0",
|
|
"sandboxed-module": "~0.2.0",
|
|
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
|
|
"sinon": "~1.5.2",
|
|
"underscore": "1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"bunyan": "~0.22.1",
|
|
"chai": "^3.5.0",
|
|
"chai-spies": "^0.7.1",
|
|
"cluster-key-slot": "^1.0.5",
|
|
"grunt": "~0.4.2",
|
|
"grunt-available-tasks": "~0.4.1",
|
|
"grunt-bunyan": "~0.5.0",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-coffee": "~0.10.0",
|
|
"grunt-execute": "~0.1.5",
|
|
"grunt-forever": "^0.4.7",
|
|
"grunt-mocha-test": "~0.9.0",
|
|
"grunt-shell": "^1.3.0"
|
|
}
|
|
}
|