-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "chunin-exams",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "echo \" No test specified\" && exit 1",
"start": "node app.js",
"client": "cd client && npm start",
"server": "nodemon app.js",
"dev": "concurrently --kill-others-on-fail \"npm run client\" \"npm run server\""
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"concurrently": "^5.3.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "^4.16.4",
"express-validator": "^6.7.0",
"font-awesome": "^4.7.0",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.16",
"morgan": "~1.9.1",
"node-sass": "^4.14.1",
"nodemon": "^2.0.6",
"pug": "^3.0.0",
"python3": "0.0.1",
"sass": "^1.30.0"
},
"description": "An online platform for test conduction",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Azanul/chunin-exams.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Azanul/chunin-exams/issues"
},
"homepage": "https://github.com/Azanul/chunin-exams#readme"
}