summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-04-14 14:17:00 -0400
committerJules Laplace <jules@okfoc.us>2016-04-14 14:17:00 -0400
commit5922279561c1998a3e158c26f951348f4c031928 (patch)
tree32954fd378a6436edd7a9c5bb24a5ed82a006411 /package.json
parentfa343212514f1e6f975e5cf5957e440555afb815 (diff)
support adding custom services per-project
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",