diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-02 13:24:55 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-02 13:24:55 -0400 |
| commit | 8def9579f2a78e80652d1e5e6f1eda510ae9a5dd (patch) | |
| tree | c56d664f04d55f0d75c6d4f5e2d6fc567054498d /package.json | |
| parent | 4ed81fa59119cee66b0413c5662639ec81fea4dc (diff) | |
| parent | 5052d51aa4c55eabc736b3c76a783db2f5208289 (diff) | |
merge changes from twohustlers
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/package.json b/package.json index 1358023..bc2bba6 100644 --- a/package.json +++ b/package.json @@ -1,24 +1,28 @@ { "name": "okcms", - "version": "1.0.0", - "description": "great", + "version": "0.1.36", + "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": "None", + "license": "LNT", "dependencies": { "dotenv": "^1.1.0", "express": "^4.12.3", + "object-assign": "^2.0.0", + "q": "^1.2.0", + "request": "^2.71.0" + }, + "devDependencies": { "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-concat": "^0.5.1", - "grunt-contrib-copy": "^0.8.0", - "grunt-contrib-uglify": "^0.9.1", "grunt-dentist": "^0.3.4", - "object-assign": "^2.0.0", - "q": "^1.2.0" + "grunt-contrib-copy": "^0.8.0", + "grunt-contrib-uglify": "^0.9.1" } } |
