From 68406375abd2f2e8eb29ff19ca2741a781c5bba7 Mon Sep 17 00:00:00 2001 From: Curtis Lacy Date: Wed, 22 May 2013 08:06:12 -0400 Subject: [PATCH] Added the cookie library to package.json. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c276d9d0f..057086b47 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,8 @@ "node-typescript": "0.1.3", "coffee-script": "1.6.2", "connect-redis": "1.4.5", - "hbs": "2.1.0" + "hbs": "2.1.0", + "cookie": "0.0.6" }, "devDependencies": { "mocha": "*",