summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-09-08 19:59:41 -0400
committerJules Laplace <jules@okfoc.us>2016-09-08 19:59:41 -0400
commit50fac2191fbf0dd101d6071242c03dfad295b3ed (patch)
tree2624310093338b64faf8e9e946d11be21afd5a63 /package.json
parentb938e3d1d2d108b887c9624249ee7021cfd83a1f (diff)
makin okcms okadminview frontend lib workv0.1.41
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index d9e159c..bcb338f 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,10 @@
"author": "OKFocus",
"license": "UNLICENSED",
"dependencies": {
- "dotenv": "^1.1.0"
+ "dotenv": "^1.1.0",
+ "express": "^4.14.0",
+ "object-assign": "^4.1.0",
+ "q": "^1.4.1",
+ "request": "^2.74.0"
}
}