blob: 74cf6126d43e5db300644400c5c9935576806c50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "okcms",
"version": "0.2.3",
"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"
}
}
|