From cf3abf3bda8508aeaf2cab6832d60289f7515436 Mon Sep 17 00:00:00 2001 From: Julian Bilcke Date: Wed, 28 Nov 2012 22:29:22 +0100 Subject: [PATCH] updating package.json --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b0158cc..b02cea5 100644 --- a/package.json +++ b/package.json @@ -29,14 +29,12 @@ "start" : "npm run-script build && node lib/market" }, "dependencies": { - "pkginfo" : "0.2.x", - "moment" : "1.6.x", - "async" : "0.1.x", "ragtime" : "0.0.x", "penny" : "0.0.x", - "timmy" : "0.0.x" + "timmy" : "0.0.x", + "geekdaq" : "0.0.x" }, "devDependencies": { - "coffee-script" : "*" + "coffee-script" : "1.4.x" } }