Blame view

package.json 242 Bytes
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
1
2
3
4
5
  {
    "name": "ci-site",
    "main": "server.js",
    "dependencies": {
      "body-parser": "^1.12.0",
8bb442a5   Geoffrey PREUD'HOMME   Possibilité de se...
6
      "cookie-parser": "^1.3.4",
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
7
8
      "express": "^4.12.2",
      "method-override": "^2.3.1",
8ae24f57   Geoffrey PREUD'HOMME   Liste des membres
9
10
      "mongoose": "^3.8.25",
      "morgan": "^1.5.1"
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
11
12
    }
  }