-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.11 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
{
"name": "backend",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [
"node.js",
"express",
"jwt",
"authentication",
"mongodb"
],
"author": "Adrianna McKeown <amckeow3@uncc.edu>",
"license": "ISC",
"devDependencies": {
"@types/node": "^14.14.32",
"cross-env": "^7.0.3",
"express": "^4.17.1",
"gridfs-stream": "^1.1.1",
"method-override": "^3.0.0",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.2.0"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express-jwt": "^6.0.0",
"jsonwebtoken": "^8.5.1",
"mongodb-memory-server": "^6.9.3",
"mongoose": "^5.11.17",
"nginx": "^1.0.0",
"nit": "^0.0.5",
"pm2": "^4.5.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amckeow3/backend-communal-app-sharing.git"
},
"bugs": {
"url": "https://github.com/amckeow3/backend-communal-app-sharing/issues"
},
"homepage": "https://github.com/amckeow3/backend-communal-app-sharing#readme",
"description": ""
}