summaryrefslogtreecommitdiff
path: root/package.json
blob: 66f4a4163b39f841419bb44bc9dd9870f9d3ae7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "okcms",
  "version": "0.2.4",
  "description": "The dopest CMS on the planet.",
  "main": "app/index.js",
  "scripts": {
    "postinstall": "./install.sh",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "OKFocus",
  "license": "UNLICENSED",
  "dependencies": {
    "dotenv": "^1.1.0",
    "express": "^4.14.0",
    "object-assign": "^4.1.0",
    "q": "^1.4.1",
    "request": "^2.74.0"
  }
}