summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 5cfd18858ac2ebe1c1a1b8df066f1af1bf9fb1cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "mean-app",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.15.1",
    "express": "^4.13.4",
    "lodash": "^4.13.1",
    "method-override": "^2.3.6",
    "mongodb": "^2.1.21",
    "mongoose": "^4.4.19",
    "node-restful": "^0.2.5"
  }
}