-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
42
43
44
{
"name": "red-bicicletas",
"version": "1.0.0",
"engines": {
"node": "12.x",
"npm": "6.x"
},
"scripts": {
"start": "node bin/www",
"devstart": "nodemon ./bin/wwW",
"test": "jasmine --config=spec/support/jasmine.json"
},
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"connect-mongodb-session": "^2.4.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-session": "^1.17.1",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.11.11",
"mongoose-unique-validator": "^2.0.3",
"morgan": "~1.9.1",
"newrelic": "^6.14.0",
"nodemailer": "^6.4.17",
"nodemailer-sendgrid-transport": "^0.2.0",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-facebook-token": "^4.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"pug": "^3.0.0",
"request": "^2.88.2",
"underscore": "^1.12.0"
},
"devDependencies": {
"jasmine": "^3.6.3",
"nodemon": "^2.0.7"
}
}