-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 867 Bytes
/
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
{
"name": "coditec",
"version": "1.0.0",
"description": "online code synthesis web application",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "white trident",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"bootstrap-select": "^1.12.2",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"ejs-mate": "^2.3.0",
"express": "^4.14.1",
"express-flash": "0.0.2",
"express-session": "^1.15.1",
"hackerearth-node": "^2.3.9",
"mongoose": "^4.8.3",
"morgan": "^1.8.1",
"nodemailer": "^4.0.1",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-local": "^1.0.0"
}
}