-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.06 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1.06 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
{
"name": "environment",
"version": "1.0.0",
"description": "___ ______ ____ _ _ ___ / \\ \\ / / ___| / ___| | ___ _ _ __| |/ _ \\ / _ \\ \\ /\\ / /\\___ \\ | | | |/ _ \\| | | |/ _` | (_) | / ___ \\ V V / ___) | | |___| | (_) | |_| | (_| |\\__, | /_/ \\_\\_/\\_/ |____/ \\____|_|\\___/ \\__,_|\\__,_| /_/ -----------------------------------------------------------------",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.2.4",
"body-parser": "^1.19.0",
"bootstrap-star-rating": "^4.0.6",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fuzzy-search": "^3.2.1",
"method-override": "^3.0.0",
"mongoose": "^5.10.1",
"multer": "^1.4.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"rating": "^0.1.0"
}
}