summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 2d5df49..c78669a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "okcms",
- "version": "0.1.27",
- "description": "great",
+ "version": "0.1.35",
+ "description": "The dopest CMS on the planet.",
"main": "app/index.js",
"scripts": {
"postinstall": "./install.sh",
@@ -13,7 +13,8 @@
"dotenv": "^1.1.0",
"express": "^4.12.3",
"object-assign": "^2.0.0",
- "q": "^1.2.0"
+ "q": "^1.2.0",
+ "request": "^2.71.0"
},
"devDependencies": {
"grunt": "^0.4.5",