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": "portfolio",
"version": "1.0.0",
"description": "okfocus portfolio",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/okfocus/portfolio.git"
},
"author": "okfocus <frontdesk@okfoc.us>",
"license": "LNT",
"bugs": {
"url": "https://github.com/okfocus/portfolio/issues"
},
"dependencies": {
"dotenv": "^2.0.0",
"flickity": "^1.2.1",
"object-assign": "^2.0.0",
"okcms": "git+ssh://git@github.com:okfocus/okcms.git#v0.1.21"
},
"homepage": "https://github.com/okfocus/portfolio"
}
|