| 123456789101112131415161718192021 |
- {
- "name": "w4ab",
- "version": "1.0.0",
- "description": "Bienvenue dans ce module de programmation web :-)",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@git.unistra.fr:clement.krebs/w4ab.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "body-parser": "^1.19.0",
- "express": "^4.17.1",
- "mysql2": "^2.1.0",
- "sequelize": "^5.21.3"
- }
- }
|