Lock down module versions

This commit is contained in:
James Allen 2014-08-19 14:06:56 +01:00
parent 48c5f66af3
commit 3ffe96f548

View file

@ -1,6 +1,11 @@
{
"name": "document-updater-sharelatex",
"version": "0.0.1",
"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": {
"express": "3.3.4",
"underscore": "1.2.2",
@ -12,9 +17,9 @@
"async": "",
"lynx": "0.0.11",
"coffee-script": "1.4.0",
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#master",
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#master",
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#master",
"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",
"sinon": "~1.5.2",
"mongojs": "0.9.11"
},