mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Lock down module versions
This commit is contained in:
parent
86eb3b63d7
commit
aa7ab83ddf
1 changed files with 8 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue