mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-06-01 03:15:05 +02:00
28 lines
571 B
JSON
28 lines
571 B
JSON
{
|
|
"name": "rappaurio",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"Wikipedia",
|
|
"Compare",
|
|
"API REST"
|
|
],
|
|
"author": "Dario WEINBERGER & Raphael PAYET",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.5.0",
|
|
"body-parser": "^1.20.2",
|
|
"cookie-parser": "^1.4.6",
|
|
"express": "^4.18.2",
|
|
"express-handlebars": "^7.1.2",
|
|
"hbs": "^4.2.0",
|
|
"morgan": "^1.10.0",
|
|
"wikiapi": "^1.19.4",
|
|
"wikijs": "^6.4.1"
|
|
}
|
|
}
|