{
"name": "internet_security",
"version": "1.0.0",
"description": "Internet security awareness campaigns",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git@forge.univ-lyon1.fr:p1905458/internet-security.git"
"author": "flifloo <flifloo@gmail.com>",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"morgan": "^1.10.0",
"pug": "^2.0.4",
"socket.io": "^2.3.0"
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.2.0",
"request": "^2.88.2"
}