summaryrefslogtreecommitdiff
path: root/package.json
blob: 619b1c843888c2299631646737e1963a6dbe9f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "okcms",
  "version": "0.1.33",
  "description": "great",
  "main": "app/index.js",
  "scripts": {
    "postinstall": "./install.sh",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "OKFocus",
  "license": "LNT",
  "dependencies": {
    "dotenv": "^1.1.0",
    "express": "^4.12.3",
    "object-assign": "^2.0.0",
    "q": "^1.2.0",
    "request": "^2.71.0"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-dentist": "^0.3.4",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-contrib-uglify": "^0.9.1"
  }
}