summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 2a927d5..bd5719b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "okcms",
- "version": "0.1.30",
+ "version": "0.1.31",
"description": "great",
"main": "app/index.js",
"scripts": {
@@ -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",