-
- Downloads
Initialisation du projet
.gitignore
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "collabsheet", | ||
"version": "0.0.1", | ||
"description": "Tableau collaboratif", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.univ-lorraine.fr/villaum55u/dp_projet.git" | ||
}, | ||
"author": "Mohamad ALTAWEEL, Elhadji Moussa FAYE, Ludovic Tagnon, Lucas Villaume", | ||
"license": "ISC", | ||
"dependencies": { | ||
"Express": "^3.0.1" | ||
} | ||
} |
Please register or sign in to comment