2014-02-12 05:40:42 -05:00
|
|
|
{
|
|
|
|
"name": "document-updater-sharelatex",
|
2015-03-20 10:21:34 -04:00
|
|
|
"version": "0.1.4",
|
2014-08-19 09:06:56 -04:00
|
|
|
"description": "An API for applying incoming updates to documents in real-time",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sharelatex/document-updater-sharelatex.git"
|
|
|
|
},
|
2014-02-12 05:40:42 -05:00
|
|
|
"dependencies": {
|
2016-06-08 11:21:56 -04:00
|
|
|
"async": "2.0.0-rc.5",
|
2016-06-01 06:49:24 -04:00
|
|
|
"coffee-script": "1.4.0",
|
2014-02-12 05:40:42 -05:00
|
|
|
"express": "3.3.4",
|
2016-06-28 10:47:06 -04:00
|
|
|
"ioredis": "^2.2.0",
|
2017-03-30 09:16:35 -04:00
|
|
|
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.5.6",
|
2016-06-01 06:49:24 -04:00
|
|
|
"lynx": "0.0.11",
|
2016-08-23 04:53:17 -04:00
|
|
|
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.5.0",
|
2017-05-04 10:42:10 -04:00
|
|
|
"redis-sharelatex": "git+https://github.com/sharelatex/redis-sharelatex.git#v1.0.1",
|
2014-02-12 05:40:42 -05:00
|
|
|
"request": "2.25.0",
|
|
|
|
"sandboxed-module": "~0.2.0",
|
2014-08-19 09:06:56 -04:00
|
|
|
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
|
2014-02-12 05:40:42 -05:00
|
|
|
"sinon": "~1.5.2",
|
2016-06-01 06:49:24 -04:00
|
|
|
"underscore": "1.2.2"
|
2014-02-12 05:40:42 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-06-01 06:49:24 -04:00
|
|
|
"bunyan": "~0.22.1",
|
|
|
|
"chai": "^3.5.0",
|
|
|
|
"chai-spies": "^0.7.1",
|
2016-06-17 07:17:22 -04:00
|
|
|
"cluster-key-slot": "^1.0.5",
|
2014-02-12 05:40:42 -05:00
|
|
|
"grunt": "~0.4.2",
|
|
|
|
"grunt-available-tasks": "~0.4.1",
|
2014-02-26 11:54:35 -05:00
|
|
|
"grunt-bunyan": "~0.5.0",
|
2016-06-01 06:49:24 -04:00
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
|
|
"grunt-contrib-coffee": "~0.10.0",
|
|
|
|
"grunt-execute": "~0.1.5",
|
2016-11-29 10:29:22 -05:00
|
|
|
"grunt-forever": "^0.4.7",
|
2016-07-08 07:09:01 -04:00
|
|
|
"grunt-mocha-test": "~0.9.0",
|
2016-11-29 10:29:22 -05:00
|
|
|
"grunt-shell": "^1.3.0"
|
2014-02-12 05:40:42 -05:00
|
|
|
}
|
|
|
|
}
|