2014-04-28 11:45:59 -04:00
|
|
|
{
|
|
|
|
"name": "docstore-sharelatex",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "A CRUD API for handling text documents in projects",
|
|
|
|
"author": "ShareLaTeX <team@sharelatex>",
|
|
|
|
"dependencies": {
|
|
|
|
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#master",
|
|
|
|
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#master",
|
|
|
|
"mongojs": "0.9.11",
|
2014-04-28 12:43:19 -04:00
|
|
|
"express": "~4.1.1",
|
|
|
|
"underscore": "~1.6.0"
|
2014-04-28 11:45:59 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt-execute": "~0.2.1",
|
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
|
|
"grunt-shell": "~0.7.0",
|
|
|
|
"grunt-contrib-coffee": "~0.10.1",
|
|
|
|
"grunt-mocha-test": "~0.10.2",
|
|
|
|
"grunt": "~0.4.4",
|
|
|
|
"bunyan": "~0.22.3",
|
|
|
|
"grunt-bunyan": "~0.5.0",
|
|
|
|
"sinon": "~1.5.2",
|
|
|
|
"sandboxed-module": "~0.3.0",
|
2014-04-28 11:53:51 -04:00
|
|
|
"chai": "~1.9.1",
|
|
|
|
"grunt-forever": "~0.4.4"
|
2014-04-28 11:45:59 -04:00
|
|
|
}
|
|
|
|
}
|