mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 15:02:50 +00:00
Merge branch 'master' of https://github.com/sharelatex/docstore-sharelatex
This commit is contained in:
commit
883a7329f1
1 changed files with 8 additions and 4 deletions
|
@ -1,12 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "docstore-sharelatex",
|
"name": "docstore-sharelatex",
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"description": "A CRUD API for handling text documents in projects",
|
"description": "A CRUD API for handling text documents in projects",
|
||||||
"author": "ShareLaTeX <team@sharelatex>",
|
"author": "ShareLaTeX <team@sharelatex>",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/sharelatex/docstore-sharelatex.git"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"settings-sharelatex": "git+https://github.com/sharelatex/settings-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#master",
|
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.0.0",
|
||||||
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#master",
|
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.0.0",
|
||||||
"mongojs": "0.9.11",
|
"mongojs": "0.9.11",
|
||||||
"express": "~4.1.1",
|
"express": "~4.1.1",
|
||||||
"underscore": "~1.6.0",
|
"underscore": "~1.6.0",
|
||||||
|
|
Loading…
Reference in a new issue