Initial commit with web-sharelatex and document-updater-sharelatex

This commit is contained in:
James Allen
2014-02-08 14:44:47 +00:00
commit 1e101c66a8
3 changed files with 70 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "sharelatex",
"description": "An online collaborative LaTeX editor",
"dependencies": {
"logger-sharelatex": "git+ssh://git@bitbucket.org:sharelatex/logger-sharelatex.git#bunyan",
"web-sharelatex": "git+ssh://git@bitbucket.org:sharelatex/web-sharelatex.git#master",
"document-updater-sharelatex": "git+ssh://git@bitbucket.org:sharelatex/documentupdater-sharelatex.git#master",
"coffee-script": "~1.7.1"
},
"devDependencies": {
"grunt": "~0.4.2",
"bunyan": "~0.22.1",
"grunt-bunyan": "~0.5.0",
"grunt-execute": "~0.1.5",
"grunt-available-tasks": "~0.4.1",
"grunt-concurrent": "~0.4.3"
}
}