2014-02-12 12:27:43 -05:00
|
|
|
{
|
2018-05-24 14:03:57 -04:00
|
|
|
"name": "node-clsi",
|
|
|
|
"description": "A Node.js implementation of the CLSI LaTeX web-API",
|
|
|
|
"version": "0.1.4",
|
2014-08-19 09:01:01 -04:00
|
|
|
"repository": {
|
2018-05-24 14:03:57 -04:00
|
|
|
"type": "git",
|
2014-08-19 09:01:01 -04:00
|
|
|
"url": "https://github.com/sharelatex/clsi-sharelatex.git"
|
2018-05-24 14:03:57 -04:00
|
|
|
},
|
2017-12-29 03:08:19 -05:00
|
|
|
"scripts": {
|
2020-02-19 06:10:00 -05:00
|
|
|
"start": "node $NODE_APP_OPTIONS app.js",
|
|
|
|
"test:acceptance:_run": "mocha --recursive --reporter spec --timeout 15000 --exit $@ test/acceptance/js",
|
|
|
|
"test:acceptance": "npm run test:acceptance:_run -- --grep=$MOCHA_GREP",
|
|
|
|
"test:unit:_run": "mocha --recursive --reporter spec $@ test/unit/js",
|
|
|
|
"test:unit": "npm run test:unit:_run -- --grep=$MOCHA_GREP",
|
2018-05-24 14:03:57 -04:00
|
|
|
"nodemon": "nodemon --config nodemon.json",
|
2020-02-19 06:10:00 -05:00
|
|
|
"lint": "node_modules/.bin/eslint .",
|
|
|
|
"format": "node_modules/.bin/prettier-eslint '**/*.js' --list-different",
|
|
|
|
"format:fix": "node_modules/.bin/prettier-eslint '**/*.js' --write"
|
2018-05-24 14:03:57 -04:00
|
|
|
},
|
|
|
|
"author": "James Allen <james@sharelatex.com>",
|
2014-02-12 12:27:43 -05:00
|
|
|
"dependencies": {
|
2018-05-24 14:03:57 -04:00
|
|
|
"async": "0.2.9",
|
|
|
|
"body-parser": "^1.2.0",
|
|
|
|
"dockerode": "^2.5.3",
|
|
|
|
"express": "^4.2.0",
|
|
|
|
"fs-extra": "^0.16.3",
|
|
|
|
"heapdump": "^0.3.5",
|
|
|
|
"lockfile": "^1.0.3",
|
2019-10-28 09:31:57 -04:00
|
|
|
"logger-sharelatex": "^1.9.0",
|
2018-05-24 14:03:57 -04:00
|
|
|
"lynx": "0.0.11",
|
2019-10-28 09:31:57 -04:00
|
|
|
"metrics-sharelatex": "^2.3.0",
|
2018-05-24 14:03:57 -04:00
|
|
|
"mkdirp": "0.3.5",
|
|
|
|
"mysql": "2.6.2",
|
|
|
|
"request": "^2.21.0",
|
2018-07-30 09:04:33 -04:00
|
|
|
"sequelize": "^4.38.0",
|
2019-01-11 05:18:37 -05:00
|
|
|
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.1.0",
|
2018-05-24 14:03:57 -04:00
|
|
|
"smoke-test-sharelatex": "git+https://github.com/sharelatex/smoke-test-sharelatex.git#v0.2.0",
|
2019-01-16 10:11:49 -05:00
|
|
|
"sqlite3": "^4.0.6",
|
2018-05-24 14:03:57 -04:00
|
|
|
"underscore": "^1.8.2",
|
2019-01-16 10:11:49 -05:00
|
|
|
"v8-profiler-node8": "^6.0.1",
|
2017-08-07 11:21:37 -04:00
|
|
|
"wrench": "~1.5.4"
|
2018-05-24 14:03:57 -04:00
|
|
|
},
|
2014-02-12 12:27:43 -05:00
|
|
|
"devDependencies": {
|
2019-01-11 07:06:45 -05:00
|
|
|
"bunyan": "^0.22.1",
|
2018-05-24 14:03:57 -04:00
|
|
|
"chai": "~1.8.1",
|
2019-01-16 10:11:49 -05:00
|
|
|
"coffeescript": "1.6.0",
|
2019-01-11 07:06:45 -05:00
|
|
|
"mocha": "^4.0.1",
|
2018-05-24 14:03:57 -04:00
|
|
|
"sandboxed-module": "~0.3.0",
|
2019-01-11 07:06:45 -05:00
|
|
|
"sinon": "~1.7.3",
|
|
|
|
"timekeeper": "0.0.4"
|
2014-02-12 12:27:43 -05:00
|
|
|
}
|
|
|
|
}
|