-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
45
46
47
48
{
"name": "hubspot-crm-extension",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index",
"dev": "nodemon index"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"chalk": "^4.1.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^2.4.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-rate-limit": "^5.2.6",
"express-session": "^1.17.1",
"express-validator": "^6.9.2",
"express-winston": "^4.0.5",
"http-errors": "^1.8.0",
"hubspot": "^2.3.14",
"loadtest": "^5.1.2",
"mongoose": "^5.11.13",
"morgan": "^1.10.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"redis": "^3.0.2",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"response-time": "^2.3.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0",
"winston-elasticsearch": "^0.12.3",
"winston-mongodb": "^5.0.5"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}