overleaf/services/docstore/package.json

45 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "docstore-sharelatex",
2015-02-10 08:22:28 -05:00
"version": "0.1.2",
"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"
},
"scripts": {
"compile:app": "coffee -o app/js -c app/coffee && coffee -c app.coffee",
"start": "npm run compile:app && node app.js"
},
"dependencies": {
2017-12-29 05:35:40 -05:00
"async": "~0.8.0",
"body-parser": "~1.0.2",
"coffee-script": "^1.7.1",
"express": "~4.1.1",
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",
"mongojs": "2.4.0",
2017-12-29 05:35:40 -05:00
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
"underscore": "~1.6.0"
},
"devDependencies": {
2017-12-29 05:35:40 -05:00
"bunyan": "~0.22.3",
"chai": "~1.9.1",
"grunt": "~0.4.4",
"grunt-bunyan": "~0.5.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
2017-12-29 05:35:40 -05:00
"grunt-execute": "~0.2.1",
"grunt-forever": "~0.4.4",
"grunt-mocha-test": "~0.10.2",
2017-12-29 05:35:40 -05:00
"grunt-shell": "~0.7.0",
"request": "~2.34.0",
"sandboxed-module": "~0.3.0",
2017-12-29 05:35:40 -05:00
"sinon": "~3.2.1"
2016-06-03 05:58:53 -04:00
},
"engines": {
2018-04-26 05:24:59 -04:00
"node": "~6.14.1"
}
}