From cde9a73c6a596bc87db31daadec434f4015c724c Mon Sep 17 00:00:00 2001
From: Anton Georgiev <anto.georgiev@gmail.com>
Date: Thu, 12 Jun 2014 19:51:20 +0000
Subject: [PATCH] include deps

---
 labs/meteor-client/smart.json |  5 ++++-
 labs/meteor-client/smart.lock | 18 ++++++++++++++++--
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/labs/meteor-client/smart.json b/labs/meteor-client/smart.json
index 5d5e1bfa86..a5eece5440 100644
--- a/labs/meteor-client/smart.json
+++ b/labs/meteor-client/smart.json
@@ -1,3 +1,6 @@
 {
-  "packages": {}
+  "packages": {
+    "redis": {},
+    "npm": {}
+  }
 }
diff --git a/labs/meteor-client/smart.lock b/labs/meteor-client/smart.lock
index 7d0d8072af..118f1764d1 100644
--- a/labs/meteor-client/smart.lock
+++ b/labs/meteor-client/smart.lock
@@ -1,7 +1,21 @@
 {
   "meteor": {},
   "dependencies": {
-    "basePackages": {},
-    "packages": {}
+    "basePackages": {
+      "redis": {},
+      "npm": {}
+    },
+    "packages": {
+      "redis": {
+        "git": "https://github.com/stevemanuel/meteor-redis.git",
+        "tag": "v0.1.3",
+        "commit": "8af9aaab84f4a87358ccb4616592a373661f712b"
+      },
+      "npm": {
+        "git": "https://github.com/arunoda/meteor-npm.git",
+        "tag": "v0.2.6",
+        "commit": "177ab6118de5bf8cffb19481343d5762ff7a2aaf"
+      }
+    }
   }
 }
-- 
GitLab