-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "rcfladders",
"version": "1.0.0",
"description": "fb messenger chatbot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "rcf-ladders-chatbot"
},
"author": "Matthew Kim",
"license": "ISC",
"dependencies": {
"@popperjs/core": "^2.1.0",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.0",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"dns": "^0.2.2",
"downloadjs": "^1.4.7",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"http-proxy-middleware": "^1.0.4",
"jquery": "^3.5.1",
"mongoose": "^5.8.3",
"mongoose-simple-random": "^0.4.1",
"morgan": "^1.10.0",
"node-cron": "^2.0.3",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"react-bootstrap": "^1.0.1",
"react-infinite-scroll-component": "^5.0.5",
"react-lazyload": "^2.6.7",
"react-player": "^2.3.0",
"request": "^2.88.0"
}
}