2020-08-07 12:23:59 +02:00
|
|
|
{
|
|
|
|
"name": "WikiLerni",
|
2020-11-04 11:25:55 +01:00
|
|
|
"version": "0.2.0",
|
2020-08-07 12:23:59 +02:00
|
|
|
"description": "Quiz generator for quizzes, online learning... and whatever else you want!",
|
|
|
|
"main": "server.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-08-10 16:56:19 +02:00
|
|
|
"url": "https://gitlab.com/lefablab/wikilerni"
|
2020-08-07 12:23:59 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"quiz",
|
|
|
|
"wikipédia",
|
|
|
|
"questionnaire",
|
|
|
|
"e-learning"
|
|
|
|
],
|
|
|
|
"author": "Fabrice PENHOËT",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"dependencies": {
|
|
|
|
"bcrypt": "^5.0.0",
|
|
|
|
"body-parser": "^1.19.0",
|
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
"express": "^4.17.1",
|
|
|
|
"fs-extra": "^9.0.1",
|
|
|
|
"g": "^2.0.1",
|
|
|
|
"jsonwebtoken": "^8.5.1",
|
|
|
|
"log4js": "^6.3.0",
|
2020-09-08 17:23:47 +02:00
|
|
|
"md5": "^2.3.0",
|
2020-08-07 12:23:59 +02:00
|
|
|
"multer": "^1.4.2",
|
2020-10-05 11:31:51 +02:00
|
|
|
"mysql2": "^2.2.5",
|
2020-11-02 12:31:13 +01:00
|
|
|
"nodemailer": "^6.4.14",
|
2020-08-07 12:23:59 +02:00
|
|
|
"pug": "^2.0.4",
|
|
|
|
"sequelize": "^5.22.3",
|
|
|
|
"sharp": "^0.25.4",
|
2020-11-02 12:31:13 +01:00
|
|
|
"slugify": "^1.4.6",
|
2020-08-07 12:23:59 +02:00
|
|
|
"striptags": "^3.1.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-02 12:31:13 +01:00
|
|
|
"nodemon": "^2.0.6",
|
2020-08-07 12:23:59 +02:00
|
|
|
"sequelize-cli": "^5.5.1"
|
|
|
|
}
|
|
|
|
}
|