Blame view

package.json 447 Bytes
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
1
  {
43b2778d   Geoffrey PREUD'HOMME   Rassemblement de ...
2
3
4
5
6
7
8
9
10
11
    "name": "ci-site",
    "main": "server.js",
    "repository": "https://github.com/ClubInfoPolytechLille/ci-site",
    "dependencies": {
      "async": "^0.9.0",
      "body-parser": "^1.12.2",
      "cookie-parser": "^1.3.4",
      "express": "^4.12.3",
      "express-http-proxy": "^0.5.0",
      "mongoose": "^4.0.1",
8bb44ece   Geoffrey PREUD'HOMME   PolyUser est mis ...
12
      "node-cache": "^1.1.0",
43b2778d   Geoffrey PREUD'HOMME   Rassemblement de ...
13
      "node-line-reader": "0.0.2",
8ed4d659   Geoffrey PREUD'HOMME   Favicon et meille...
14
      "serve-favicon": "^2.2.0",
43b2778d   Geoffrey PREUD'HOMME   Rassemblement de ...
15
16
17
      "ssh2": "^0.4.6",
      "ursa": "^0.8.4"
    }
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
18
  }