Blame view

package.json 460 Bytes
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
1
  {
b1eba469   Geoffrey PREUD'HOMME   Ajout du repo
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
      "name": "ci-site",
      "main": "server.js",
      "repository": "https://github.com/ClubInfoPolytechLille/ci-site",
      "dependencies": {
          "async": "^0.9.0",
          "body-parser": "^1.12.0",
          "cookie-parser": "^1.3.4",
          "express": "^4.12.2",
          "method-override": "^2.3.1",
          "mongoose": "^3.8.25",
          "morgan": "^1.5.1",
          "node-line-reader": "0.0.2",
          "ssh2": "^0.4.6",
          "ursa": "^0.8.4"
      }
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
17
  }