Blame view

package.json 394 Bytes
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
1
  {
b1eba469   Geoffrey PREUD'HOMME   Ajout du repo
2
3
4
5
6
      "name": "ci-site",
      "main": "server.js",
      "repository": "https://github.com/ClubInfoPolytechLille/ci-site",
      "dependencies": {
          "async": "^0.9.0",
abef83aa   Geoffrey PREUD'HOMME   Mise à jour de dé...
7
          "body-parser": "^1.12.2",
b1eba469   Geoffrey PREUD'HOMME   Ajout du repo
8
          "cookie-parser": "^1.3.4",
abef83aa   Geoffrey PREUD'HOMME   Mise à jour de dé...
9
          "express": "^4.12.3",
abef83aa   Geoffrey PREUD'HOMME   Mise à jour de dé...
10
          "mongoose": "^4.0.1",
b1eba469   Geoffrey PREUD'HOMME   Ajout du repo
11
12
13
14
          "node-line-reader": "0.0.2",
          "ssh2": "^0.4.6",
          "ursa": "^0.8.4"
      }
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
15
  }