Add in check for S3 credentials

This commit is contained in:
James Allen
2014-02-22 15:02:21 +00:00
parent 26d9b51df7
commit dc779da2b5
3 changed files with 49 additions and 6 deletions
+4 -2
View File
@@ -2,7 +2,8 @@
"name": "sharelatex",
"description": "An online collaborative LaTeX editor",
"dependencies": {
"rimraf": "~2.2.6"
"rimraf": "~2.2.6",
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git"
},
"devDependencies": {
"grunt": "~0.4.2",
@@ -11,6 +12,7 @@
"grunt-execute": "~0.1.5",
"grunt-available-tasks": "~0.4.1",
"grunt-concurrent": "~0.4.3",
"semver": "~2.2.1"
"semver": "~2.2.1",
"knox": "~0.8.9"
}
}