Blame view

package.json 320 Bytes
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
1
2
3
4
  {
    "name": "ci-site",
    "main": "server.js",
    "dependencies": {
bc6e4c53   Geoffrey PREUD'HOMME   Affichage des nom...
5
      "async": "^0.9.0",
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
6
      "body-parser": "^1.12.0",
8bb442a5   Geoffrey PREUD'HOMME   Possibilité de se...
7
      "cookie-parser": "^1.3.4",
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
8
      "express": "^4.12.2",
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
9
      "method-override": "^2.3.1",
8ae24f57   Geoffrey PREUD'HOMME   Liste des membres
10
      "mongoose": "^3.8.25",
2ac0e575   Geoffrey PREUD'HOMME   Changé de line-re...
11
      "morgan": "^1.5.1",
2201e360   Geoffrey PREUD'HOMME   Le login se fait ...
12
13
      "node-line-reader": "0.0.2",
      "ursa": "^0.8.4"
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
14
15
    }
  }