-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "onetheater_app",
"version": "1.0.0",
"description": "One App To Rule Them All",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/charlottelotte2021/OneTheater_app.git"
},
"author": "Charlotte Gunther, Taguhi Karakashian, Robin Lejeune",
"license": "ISC",
"bugs": {
"url": "https://github.com/charlottelotte2021/OneTheater_app/issues"
},
"homepage": "https://github.com/charlottelotte2021/OneTheater_app#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"cloudinary": "^1.29.0",
"connect-flash": "^0.1.1",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-ejs-layouts": "^2.5.1",
"express-fileupload": "^1.3.1",
"express-session": "^1.17.2",
"infinite-scroll": "^4.0.1",
"mongoose": "^6.2.9",
"passport": "^0.5.2",
"passport-local": "^1.0.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}