Release version 0.1.0

This commit is contained in:
James Allen 2014-08-19 13:37:06 +01:00
parent 6d24c69e96
commit a66f707920

View file

@ -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",