{
  "name": "exo2nodejs",
  "version": "1.0.0",
  "description": "",
  "main": "server.js",
  "dependencies": {
    "curl": "^0.1.4",
    "express": "^4.17.1",
    "mongodb": "^3.5.5"
  }, 
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  }, 
  "repository": {
    "type": "git",
    "url": "https://gitlab.eemi.tech/thibault.dicresenczo/exo2nodejs.git"
  },  
  "author": "",
  "license": "ISC"
}

