45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "WikiLerni",
|
|
"version": "0.2.0",
|
|
"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",
|
|
"url": "https://forge.chapril.org/Fab_Blab/WikiLerni"
|
|
},
|
|
"keywords": [
|
|
"quiz",
|
|
"wikipédia",
|
|
"questionnaire",
|
|
"e-learning"
|
|
],
|
|
"author": "Fabrice PENHOËT",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.1",
|
|
"body-parser": "^1.19.0",
|
|
"dotenv": "^8.6.0",
|
|
"express": "^4.17.1",
|
|
"fs-extra": "^9.1.0",
|
|
"g": "^2.0.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"log4js": "^6.3.0",
|
|
"md5": "^2.3.0",
|
|
"multer": "^1.4.2",
|
|
"mysql2": "^2.2.5",
|
|
"nodemailer": "^6.6.3",
|
|
"pug": "^3.0.2",
|
|
"sequelize": "^5.22.4",
|
|
"sharp": "^0.25.4",
|
|
"slugify": "^1.6.0",
|
|
"striptags": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.12",
|
|
"sequelize-cli": "^5.5.1"
|
|
}
|
|
}
|