21 lines
481 B
JSON
21 lines
481 B
JSON
|
{
|
||
|
"name": "internet_security",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Internet security awareness campaigns",
|
||
|
"main": "app.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"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"
|
||
|
}
|
||
|
}
|