-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 922 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "task-tracker",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"test": "mocha tests --exit --timeout 10000"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"body-parser": "^1.19.0",
"config": "^3.3.1",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"es6-promisify": "^6.1.1",
"express": "~4.16.1",
"express-joi-validation": "^4.0.3",
"http-errors": "~1.6.3",
"http-status": "^1.4.2",
"jade": "~1.11.0",
"joi": "^14.3.1",
"jwt-simple": "^0.5.6",
"lodash": "^4.17.15",
"moment-timezone": "^0.5.31",
"morgan": "^1.9.1",
"mysql": "^2.18.1",
"passport": "^0.4.1",
"passport-http-bearer": "^1.0.1",
"passport-jwt": "^4.0.0",
"swagger-jsdoc": "^4.0.0",
"swagger-ui-express": "^4.1.4"
},
"devDependencies": {
"chai": "^4.2.0",
"supertest": "^4.0.2"
}
}