From 824c9e033a3e749fd64e5b8672974318af5c4adb Mon Sep 17 00:00:00 2001 From: Forbes Lindesay Date: Wed, 21 Aug 2013 09:59:55 -0700 Subject: [PATCH] add repository field to readme --- package.json | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 832cf38..3372ae9 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,22 @@ { - "name": "cluster-mail" - , "version": "0.1.4" - , "description": "Email notification plugin for Cluster" - , "keywords": ["cluster", "email"] - , "author": "TJ Holowaychuk " - , "dependencies": { - "email": "0.2.x" - , "jade": "0.10.x" - } - , "main": "index" - , "engines": { "node": "0.4.x" } + "name": "cluster-mail", + "version": "0.1.4", + "description": "Email notification plugin for Cluster", + "keywords": [ + "cluster", + "email" + ], + "author": "TJ Holowaychuk ", + "dependencies": { + "email": "0.2.x", + "jade": "0.10.x" + }, + "main": "index", + "engines": { + "node": "0.4.x" + }, + "repository": { + "type": "git", + "url": "https://github.com/LearnBoost/cluster-mail.git" + } }