overleaf/services/document-updater/package.json

38 lines
1.2 KiB
JSON
Raw Normal View History

2014-02-12 05:40:42 -05:00
{
"name": "document-updater-sharelatex",
2015-02-26 06:23:45 -05:00
"version": "0.1.3",
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": {
"express": "3.3.4",
"underscore": "1.2.2",
"chai": "",
"request": "2.25.0",
"sandboxed-module": "~0.2.0",
"chai-spies": "",
"async": "",
"lynx": "0.0.11",
"coffee-script": "1.4.0",
2014-08-19 09:06:56 -04:00
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
"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",
2014-02-12 05:40:42 -05:00
"sinon": "~1.5.2",
2014-10-07 07:08:36 -04:00
"mongojs": "0.9.11",
2014-11-20 07:53:41 -05:00
"redis-sharelatex": "0.0.9"
2014-02-12 05:40:42 -05:00
},
"devDependencies": {
"grunt-execute": "~0.1.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-mocha-test": "~0.9.0",
"grunt": "~0.4.2",
"grunt-available-tasks": "~0.4.1",
"grunt-contrib-coffee": "~0.10.0",
"bunyan": "~0.22.1",
2014-02-26 11:54:35 -05:00
"grunt-bunyan": "~0.5.0",
2014-09-09 07:12:04 -04:00
"grunt-forever": "0.4.1"
2014-02-12 05:40:42 -05:00
}
}