From 82e2567af1fe5e645356b2388315cdbefe314b14 Mon Sep 17 00:00:00 2001 From: Carl Glaysher Date: Sat, 17 Mar 2012 13:27:06 +0000 Subject: [PATCH] add package.json --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..3e04486 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name":"node-spamc", + "version":"0.0.1", + "author":"Carl Glaysher ", + "description":"Connect to spamassassin via spamd daemon and check spam score on a email", + "contributors":[ + { + "name":"Carl Glaysher", + "email":"carl@coxeh.com" + } + ], + "main":"./spamc.js", + "engines": { "node": ">= 0.4.0" }, + "keywords":["spamd","spamc","spamassassin","email","spam"] +} \ No newline at end of file