-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 879 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
39
{
"name": "grouplabrepo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests",
"start": "node index"
},
"scripts": {
"test": "jest",
"test:coverage":"jest --coverage"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^6.4.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"cross-fetch": "^3.0.2",
"dotenv": "^7.0.0",
"express": "4.16.4",
"express-session": "^1.16.1",
"live-server": "^1.2.1",
"mssql": "^5.1.0",
"node-fetch": "^2.3.0",
"node-fetch-polyfill": "^2.0.6",
"node-sessionstorage": "^1.0.0",
"nodemailer": "^6.2.1",
"passport": "^0.4.0",
"passport-google-oauth": "^2.0.0",
"select2": "^4.0.7"
},
"devDependencies": {
"coveralls": "^3.0.3",
"jest": "^24.7.1"
}
}