forked from agbilotia1998/Lecture-Connect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 770 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 770 Bytes
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
{
"name": "chatbox",
"version": "1.0.0",
"description": "none",
"main": "app.js",
"dependencies": {
"body-parser": "^1.18.2",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.3",
"express-session": "^1.15.3",
"google-translate-api": "^2.3.0",
"hogan-express": "^0.5.2",
"https-proxy-agent": "^2.1.0",
"jquery": "^3.2.1",
"mongoose": "^4.10.8",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"serve-https": "^2.2.1",
"socket.io": "^0.9.19"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "sid",
"license": "ISC"
}