-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.67 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "ssd-assignment-2-backend",
"version": "1.0.0",
"description": "SSD Assignment 2 - OAuth 2.0 - Express.js & Node.js backend for Todo App",
"main": "app.js",
"private": true,
"author": {
"email": "[email protected]",
"name": "IT18149654 - Rajapaksha T.N. (GitHub Username - TharindaNimnajith)",
"url": "https://github.com/TharindaNimnajith"
},
"contributors": [
{
"email": "[email protected]",
"name": "IT18149654 - Rajapaksha T.N. (GitHub Username - TharindaNimnajith)",
"url": "https://github.com/TharindaNimnajith"
},
{
"email": "[email protected]",
"name": "IT18149272 - Perera M.J.F.R. (GitHub Username - JanithRushantha)",
"url": "https://github.com/JanithRushantha"
},
{
"email": "[email protected]",
"name": "IT18148350 - Naidabadu N.I. (GitHub Username - NehanIlangakoon)",
"url": "https://github.com/NehanIlangakoon"
}
],
"keywords": [
"SLIIT",
"SSD",
"OAuth 2.0",
"Google Sign In",
"Google Drive",
"Express",
"Node",
"MongoDB",
"REST"
],
"repository": {
"type": "git",
"url": "https://github.com/TharindaNimnajith/ssd-assignment-oauth"
},
"license": "ISC",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"helmet": "^4.6.0",
"mongoose": "^5.13.9",
"mongoose-auto-increment": "^5.0.1",
"mongoose-unique-validator": "^2.0.3",
"node": "^16.9.1",
"nodemon": "^2.0.12"
}
}