add node-uuid dependency

This commit is contained in:
Josh Harvey 2015-01-13 15:13:52 -05:00
parent e6ab68e322
commit 756d5cc1ef

View file

@ -25,6 +25,7 @@
"lamassu-identitymind": "^1.0.1", "lamassu-identitymind": "^1.0.1",
"lodash": "^2.4.1", "lodash": "^2.4.1",
"minimist": "0.0.8", "minimist": "0.0.8",
"node-uuid": "^1.4.2",
"pg": "~2.11.1", "pg": "~2.11.1",
"wreck": "^5.1.0" "wreck": "^5.1.0"
}, },