aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-07-06 01:07:50 +0200
committerPacien TRAN-GIRARD2014-07-06 01:07:50 +0200
commit34eaf5c90ef315227114994a00d43228b33b55aa (patch)
treeb25f075d3031d85965a2fd6c3ef6fbad5b8b6c6d /package.json
parentf22194b52527fa19582dbb2504b50a66e303d216 (diff)
downloadwebcastor-34eaf5c90ef315227114994a00d43228b33b55aa.tar.gz
Use node-uuid for true uuids
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9673fa6..7e07cc2 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,8 @@
20 "logfmt": "~1.1.2", 20 "logfmt": "~1.1.2",
21 "hogan-express": "~0.5.2", 21 "hogan-express": "~0.5.2",
22 "express": "~4.5.0", 22 "express": "~4.5.0",
23 "socket.io": "~1.0.6" 23 "socket.io": "~1.0.6",
24 "node-uuid": "~1.4.1"
24 }, 25 },
25 "engines": { 26 "engines": {
26 "node": "0.10.x" 27 "node": "0.10.x"