-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 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
{
"name": "datafy-quiz",
"version": "1.0.0",
"description": "A Datascience Quiz",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "nodemon server.js",
"heroku-prebuild": "npm install --dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/explore-ml-iemk/Datafy-Quiz.git"
},
"author": "Purbayan Chowdhury",
"license": "ISC",
"bugs": {
"url": "https://github.com/explore-ml-iemk/Datafy-Quiz/issues"
},
"homepage": "https://github.com/explore-ml-iemk/Datafy-Quiz",
"dependencies": {
"@handlebars/allow-prototype-access": "^1.0.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"express": "^4.19.2",
"express-handlebars": "^5.3.1",
"express-session": "^1.17.0",
"handlebars": "^4.7.7",
"method-override": "^3.0.0",
"moment": "^2.29.4",
"mongoose": "^5.13.20",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"random-selector": "^1.0.12"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}