-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.21 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
{
"name": "linquiztics",
"version": "1.0.0",
"description": "<b>Linquiztics</b> — a play on <i>linguistics</i> and <i>quiz</i> — is a language learning web application that allows users to create their own quizzes and answer those made by the community of users. It also features incentivization dynamics designed to gamify learning through experience points, streaks, leagues, and a global leaderboard.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/memgonzales/linquiztics"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/memgonzales/linquiztics/issues"
},
"homepage": "https://github.com/memgonzales/linquiztics#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"connect-mongo": "^3.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.10.1",
"gridfs-stream": "^1.1.1",
"hbs": "^4.1.1",
"mongodb": "^3.6.6",
"mongoose": "^5.6.13",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.2.0",
"nodemailer": "^6.6.0"
}
}