Blame view

package.json 342 Bytes
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
1
  {
51adb054   Geoffrey PREUD'HOMME   Authentification ...
2
3
4
5
6
7
8
9
10
11
12
13
14
15
    "name": "ci-site",
    "main": "server.js",
    "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 ...
16
  }