forked from raahimkhan/Mr-Fluffy-Fluffs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 913 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
{
"name": "mr-fluffy-fluffs",
"version": "1.0.0",
"description": "Backend code for mr fluffy fluffs",
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LUMS-SE-Group-07/Mr-Fluffy-Fluffs.git"
},
"author": "Mohsin Ul Islam",
"license": "MIT",
"bugs": {
"url": "https://github.com/LUMS-SE-Group-07/Mr-Fluffy-Fluffs/issues"
},
"homepage": "https://github.com/LUMS-SE-Group-07/Mr-Fluffy-Fluffs#readme",
"dependencies": {
"bcrypt": "^4.0.1",
"connect-mongo": "^3.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"mongodb": "^3.5.6",
"mongoose": "^5.9.10",
"mongoose-ttl": "0.0.3",
"morgan": "^1.10.0",
"nodemon": "^2.0.3",
"twilio": "^3.43.0",
"uuidv4": "^6.0.7"
}
}