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-06-04 10:58:19 +02:00

28 lines
616 B
JSON

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