-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.03 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
{
"name": "onlinejudge",
"version": "1.0.0",
"description": "An online Coding Judge Platform API",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "theShivaa"
},
"keywords": [
"online",
"judge",
"Nodejs",
"API"
],
"author": "shiv",
"license": "ISC",
"dependencies": {
"bcryptjs": "*",
"body-parser": "*",
"connect-flash": "*",
"cookie-parser": "*",
"cors": "^2.8.4",
"express": "^4.16.2",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"iconv": "^2.3.0",
"jsonwebtoken": "^8.1.0",
"lodash": "^4.17.4",
"mongodb": "*",
"mongoose": "*",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"passport": "*",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-google": "^0.3.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"request": "^2.83.0",
"request-promise": "^4.2.2"
}
}