-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "work_organizer",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"build": "node node_modules/nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"audic": "^3.0.1",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"moment": "^2.29.4",
"mongoose": "^6.10.1",
"mongoose-encryption": "^2.1.2",
"mongoose-findorcreate": "^3.0.0",
"netlify-lambda": "^2.0.16",
"node-notifier": "^10.0.1",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.1.2",
"play-sound": "^1.1.5",
"serverless-http": "^3.1.1",
"supergoose": "^0.0.2"
},
"devDependencies": {
"nodemon": "^2.0.21"
}
}