1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Internet_Security/package.json
2020-05-11 10:51:30 +02:00

20 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"
}
}