Lock down module versions

This commit is contained in:
James Allen 2014-08-19 14:13:24 +01:00
parent 86eb3b63d7
commit aa7ab83ddf

View file

@ -2,14 +2,18 @@
"name": "spelling-sharelatex",
"author": "ShareLaTeX <team@sharelatex.com>",
"description": "A JSON API wrapper around aspell",
"version": "0.1.0"
"repository": {
"type": "git",
"url": "https://github.com/sharelatex/spelling-sharelatex.git"
},
"version": "0.1.0",
"dependencies": {
"express": "3.1.0",
"async": "0.1.22",
"restify": "2.5.1",
"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",
"node-statsd": "0.0.3",
"underscore": "1.4.4",
"mongojs": "0.9.11",