summaryrefslogtreecommitdiff
path: root/app/node_modules/okdb/package.json
diff options
context:
space:
mode:
authorSean Fridman <fridman@mail.sfsu.edu>2015-04-10 21:38:31 -0400
committerSean Fridman <fridman@mail.sfsu.edu>2015-04-10 21:41:01 -0400
commit6e1f689cfd8f820090c4ab15519114f4d3bf929f (patch)
tree3ce5f2515fb37777660bb36f635071afbb9bf224 /app/node_modules/okdb/package.json
parent5abbdf600396144fbbe32b97e83beaabf6ed5c39 (diff)
Overhaul DB impl
Make DB schema aware Add autoincrement support Add custom ID field support
Diffstat (limited to 'app/node_modules/okdb/package.json')
-rw-r--r--app/node_modules/okdb/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/node_modules/okdb/package.json b/app/node_modules/okdb/package.json
index 659422e..a6d13ff 100644
--- a/app/node_modules/okdb/package.json
+++ b/app/node_modules/okdb/package.json
@@ -9,6 +9,8 @@
"author": "OKFocus",
"license": "None",
"dependencies": {
+ "lodash.clonedeep": "^3.0.0",
+ "lodash.isobject": "^3.0.1",
"lowdb": "^0.7.2",
"q": "^1.2.0",
"underscore-db": "^0.8.1"