m2_conduite_projet/package.json
2020-10-12 16:09:41 +02:00

18 lines
358 B
JSON

{
"name": "td4",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node js index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"ejs": "^2.7.1",
"express": "^4.17.1",
"mongodb": "^3.6.2"
}
}