summaryrefslogtreecommitdiff
path: root/package.json
blob: 621bcbf7097cd377f09eefc8d5c3acae3238041c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "stone-island-cms",
  "version": "1.0.0",
  "description": "Stone Island CMS",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/okfocus/stone-island.git"
  },
  "author": "OKFocus",
  "license": "LNT",
  "bugs": {
    "url": "https://github.com/okfocus/stone-island/issues"
  },
  "homepage": "https://github.com/okfocus/stone-island",
  "dependencies": {
    "object-assign": "^2.0.0",
    "okcms": "git+ssh://git@ghghgh.us/~/okcms.git#v0.2.5"
  }
}