diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-04-14 14:17:00 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-04-14 14:17:00 -0400 |
| commit | 5922279561c1998a3e158c26f951348f4c031928 (patch) | |
| tree | 32954fd378a6436edd7a9c5bb24a5ed82a006411 /package.json | |
| parent | fa343212514f1e6f975e5cf5957e440555afb815 (diff) | |
support adding custom services per-project
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
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", |
