summaryrefslogtreecommitdiff
path: root/package.json
blob: 1e7c1cdcbee5ae22e31110e5038661860e6fbb1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "okcms",
  "version": "1.0.0",
  "description": "great",
  "main": "app/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "OKFocus",
  "license": "None",
  "dependencies": {
    "express": "^4.12.3",
    "object-assign": "^2.0.0",
    "q": "^1.2.0"
  }
}