{ "name": "okcms", "version": "0.2.4", "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" } }