-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 KB
/
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
39
40
41
42
43
{
"name": "nephrology-nexus",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"seed": "node seedData.js",
"test": "mocha --recursive --exit --timeout 10000",
"start": "node server.js"
},
"author": "Joshua Drumm",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"co": "^4.6.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"jsonwebtoken": "^8.4.0",
"method-override": "^3.0.0",
"moment": "^2.24.0",
"mongoose": "^5.2.13",
"morgan": "^1.9.0",
"nodemon": "^1.18.4",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"req-flash": "0.0.3"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"faker": "^4.1.0",
"mocha": "^5.2.0",
"sinon": "^6.2.0",
"sinon-mongoose": "^2.2.1",
"supertest": "^3.3.0"
}
}