-
Notifications
You must be signed in to change notification settings - Fork 6
/
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": "callback",
"version": "1.0.0",
"description": "Teacher-student live coding sessions",
"main": "main.js",
"dependencies": {
"@convergence/ace-collab-ext": "^0.4.0",
"async": "^3.1.0",
"async-series": "0.0.1",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.19.0",
"browserify": "^16.5.0",
"compilex": "^0.7.4",
"config": "^3.2.5",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"crypto-js": "^3.1.9-1",
"csv-parser": "^2.3.2",
"csv-writer": "^1.5.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"fs": "0.0.1-security",
"hackerearth-node": "^2.3.9",
"jwt-simple": "^0.5.6",
"mongoose": "^5.8.0",
"nodemailer": "^6.4.2",
"nodemon": "^2.0.2",
"passport": "^0.4.1",
"passport-local-mongoose": "^5.0.1",
"passport-mongoose": "^0.0.1",
"rebuild": "^0.1.2",
"socket.io": "^2.0.3"
},
"devDependencies": {},
"scripts": {
"start": "node main"
},
"author": "",
"license": "ISC"
}