Blame view

package.json 275 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
      "express": "^4.12.2",
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
8
      "method-override": "^2.3.1",
8ae24f57   Geoffrey PREUD'HOMME   Liste des membres
9
      "mongoose": "^3.8.25",
2ac0e575   Geoffrey PREUD'HOMME   Changé de line-re...
10
11
      "morgan": "^1.5.1",
      "node-line-reader": "0.0.2"
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
12
13
    }
  }