mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
Release version 0.1.0
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
{
|
||||
"name": "docstore-sharelatex",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"description": "A CRUD API for handling text documents in projects",
|
||||
"author": "ShareLaTeX <team@sharelatex>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sharelatex/docstore-sharelatex.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"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",
|
||||
"mongojs": "0.9.11",
|
||||
"express": "~4.1.1",
|
||||
"underscore": "~1.6.0",
|
||||
|
||||
Reference in New Issue
Block a user