Blame view

package.json 364 Bytes
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
1
  {
2f593328   Geoffrey PREUD'HOMME   Linting
2
3
4
5
6
7
8
9
10
11
12
13
14
      "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",
          "ursa": "^0.8.4"
      }
894b21fa   Geoffrey PREUD'HOMME   Application MEAN ...
15
  }