From f84ec9c3c0d33a3394633f606354993bcbebd8e6 Mon Sep 17 00:00:00 2001 From: mayurpatil888 Date: Wed, 5 Dec 2018 14:33:43 +0530 Subject: [PATCH] add keywords to package.json --- package.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 91e8a16..d166039 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,13 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "keywords": [ + "OST", + "KYC", + "Javascript", + "Node.js", + "SDK" + ], "dependencies": { "qs": "^6.5.2" }, @@ -15,12 +22,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/OpenSTFoundation/kyc-sdk-js.git" + "url": "git+https://github.com/OpenSTFoundation/ost-kyc-sdk-js.git" }, "author": "", "license": "MIT", "bugs": { - "url": "https://github.com/OpenSTFoundation/kyc-sdk-js/issues" + "url": "https://github.com/OpenSTFoundation/ost-kyc-sdk-js/issues" }, - "homepage": "https://github.com/OpenSTFoundation/kyc-sdk-js#readme" + "homepage": "https://github.com/OpenSTFoundation/ost-kyc-sdk-js#readme" }