summaryrefslogtreecommitdiff
path: root/package.json
blob: ac392c5087e3704a800510e3a1be3bc68fbc2959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "okcms",
  "version": "0.3.0",
  "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"
  }
}