From f1aabc1313db43f3eb53a4233d9451e0ebbb22cf Mon Sep 17 00:00:00 2001 From: Carl Glaysher Date: Sun, 18 Mar 2012 09:15:56 +0000 Subject: [PATCH] add repo info to package --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b87da0..1c33b9f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,10 @@ "email":"carl@coxeh.com" } ], + "repository": { + "type": "git", + "url": "https://github.com/coxeh/node-spamc" + }, "main":"./index.js", - "engines": { "node": ">= 0.4.0" }, "keywords":["spamd","spamc","spamassassin","email","spam"] } \ No newline at end of file