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
|
{
"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": {
"apn": "^2.1.3",
"get-routes": "^2.0.0",
"object-assign": "^2.0.0",
"okcms": "git+ssh://git@ghghgh.us/~/okcms.git#v0.2.5"
}
}
|