From 768181e0ba2e4015adfbaa1bfe1cd22fd46d18c4 Mon Sep 17 00:00:00 2001 From: Vincent Briglia Date: Thu, 7 May 2015 17:51:13 +0000 Subject: [PATCH] chore(package.json): added correct meta data --- package.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 73d1b4a..fd91433 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,20 @@ "gulp-mocha": "^2.0.1", "mocha": "^2.2.4", "mocha-sinon": "^1.1.4" - } + }, + "directories": { + "lib": "lib", + "test": "test" + }, + "repository": { + "type": "git", + "url": "https://github.com/vincentbriglia/node-emerchantpay.git" + }, + "keywords": [ + "emerchantpay" + ], + "bugs": { + "url": "https://github.com/vincentbriglia/node-emerchantpay/issues" + }, + "homepage": "https://github.com/vincentbriglia/node-emerchantpay" }