-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 882 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
{
"name": "cpps",
"version": "1.0.0",
"description": "A portal all about competitive programming and problem solving",
"main": "server/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mohammad Samiul Islam <forthright48@gmail.com>",
"license": "MIT",
"dependencies": {
"babel-eslint": "^8.2.6",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"eslint-plugin-html": "^4.0.5",
"express": "^4.16.3",
"express-session": "^1.15.6",
"mongoose": "^5.1.4",
"morgan": "^1.9.0",
"nodemailer": "^4.6.5",
"nodemailer-mailgun-transport": "^1.4.0",
"ojscraper": "^1.11.0",
"validator": "^10.3.0",
"winston": "^3.0.0-rc6"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1"
}
}