Add node-uuid to dev deps

This commit is contained in:
Maciej Małecki 2014-04-15 19:24:21 +02:00
parent 74b5c72b5d
commit 34fb7e7daf

View file

@ -38,7 +38,8 @@
"matchdep": "~0.3.0", "matchdep": "~0.3.0",
"mocha": "~1.13.0", "mocha": "~1.13.0",
"hock": "git+https://github.com/mmalecki/hock.git#no-http-server", "hock": "git+https://github.com/mmalecki/hock.git#no-http-server",
"jsonquest": "^0.2.2" "jsonquest": "^0.2.2",
"node-uuid": "^1.4.1"
}, },
"bin": { "bin": {
"lamassu-server": "./lib/app.js" "lamassu-server": "./lib/app.js"