2014-04-28 11:45:59 -04:00
|
|
|
{
|
|
|
|
"name": "docstore-sharelatex",
|
2015-02-10 08:22:28 -05:00
|
|
|
"version": "0.1.2",
|
2014-04-28 11:45:59 -04:00
|
|
|
"description": "A CRUD API for handling text documents in projects",
|
|
|
|
"author": "ShareLaTeX <team@sharelatex>",
|
2014-08-19 08:37:06 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sharelatex/docstore-sharelatex.git"
|
|
|
|
},
|
2014-04-28 11:45:59 -04:00
|
|
|
"dependencies": {
|
2014-08-19 08:37:06 -04:00
|
|
|
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
|
2016-06-03 05:58:53 -04:00
|
|
|
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.4.0",
|
2017-03-31 06:18:31 -04:00
|
|
|
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.7.1",
|
2015-06-10 10:37:06 -04:00
|
|
|
"mongojs": "0.18.2",
|
2014-04-28 12:43:19 -04:00
|
|
|
"express": "~4.1.1",
|
2014-04-29 06:49:09 -04:00
|
|
|
"underscore": "~1.6.0",
|
2014-04-30 08:06:12 -04:00
|
|
|
"body-parser": "~1.0.2",
|
|
|
|
"async": "~0.8.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",
|
2014-04-29 06:49:09 -04:00
|
|
|
"grunt-forever": "~0.4.4",
|
|
|
|
"request": "~2.34.0"
|
2016-06-03 05:58:53 -04:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "~4.2.1"
|
2014-04-28 11:45:59 -04:00
|
|
|
}
|
|
|
|
}
|