This repository has been archived on 2021-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
SA3/hw4/Claudio_Maggioni/tests/package.json

22 lines
483 B
JSON

{
"name": "ex4-nodejs-tests",
"version": "0.0.1",
"description": "Tests for Web Atelier's exercise 4",
"scripts": {
"test": "node_modules/mocha/bin/mocha -R spec ./test"
},
"keywords": [
"nodejs",
"mocha",
"test"
],
"author": "Masiar Babazadeh, Vicenzo Ferme, Andrea Gallidabino, Vasileios Triglianos",
"license": "MIT",
"devDependencies": {
"cheerio": "^0.22.0",
"mocha": "^3.1.1",
"should": "^9.0.2",
"supertest": "^2.0.0"
}
}