From 21a90c08b37ddbfcb695909b49d64de776b24556 Mon Sep 17 00:00:00 2001 From: Tafari Johnson Date: Sat, 5 Aug 2017 01:09:54 -0400 Subject: [PATCH] package info update --- package.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 205768e..3a8be9b 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,14 @@ "name": "transferto-client", "version": "1.0.0", "description": "A node.js wrapper around the Transfer-To API", + "homepage": "https://github.com/tafarij/transferto-client", + "repository": { + "type": "git", + "url": "https://github.com/tafarij/transferto-client" + }, + "bugs": { + "url": "https://github.com/tafarij/transferto-client/issues" + }, "main": "index.js", "scripts": { "lint": "eslint --cache .", @@ -9,7 +17,8 @@ "test-dev": "tap test/*.test.js --cov --coverage-report=lcov" }, "keywords": [ - "TransferTo" + "TransferTo", + "topup" ], "author": "Tafari Johnson (http://tafarijohnson.com)", "license": "MIT",