-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.85 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.85 KB
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
{
"name": "dormable",
"homepage": "https://github.com/SakuZN/CCAPDEV_Dormable",
"version": "1.2.0",
"description": "Dormable is a web app designed to help students find their perfect dorm room.",
"keywords": "DLSU Room Finder Dorm",
"license": "Dormable_2023",
"author": "Louis Cada, Jose Latosa, Zach Noche, Alfred Victoria",
"source": "index.html",
"browserslist": [
"last 1 Chrome version"
],
"scripts": {
"installAndBuild": "npm install && gulp build",
"start": "node dormable.js",
"devstart": "node dormable_dev.js",
"gulp-start": "gulp build && node dormable.js",
"localSetup": "npm install && gulp build && node dormable.js",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"gulp-uglify": "^3.0.2",
"nodemon": "^3.0.1",
"prettier": "2.8.8"
},
"dependencies": {
"app-root-path": "^3.1.0",
"argon2": "^0.30.3",
"bcrypt": "^5.1.0",
"browser-sync": "^2.29.3",
"cloudinary": "^1.37.3",
"connect-mongodb-session": "^3.1.1",
"cookie-parser": "^1.4.6",
"crypto-random-string": "^5.0.0",
"dotenv": "^16.3.1",
"ev-emitter": "^2.1.2",
"express": "^4.18.2",
"express-session": "^1.17.3",
"find-config": "^1.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^6.2.0",
"gulp-nodemon": "^2.5.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-useref": "^5.0.0",
"jquery": "^3.7.0",
"mongodb": "^5.7.0",
"mongoose": "^7.3.2",
"multer": "^1.4.5-lts.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0"
}
}