From acb059017e68c3da3c37199a9d30482f1345ace1 Mon Sep 17 00:00:00 2001 From: lordofcoders Date: Sun, 8 Dec 2013 13:46:47 -0800 Subject: [PATCH] --- package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c85a5cf..ffe3d6c 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,13 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Osman Ozdemir ", - "license": "BSD-2-Clause", - "devDependencies": {} + "license": "BSD-3 Clause", + "devDependencies": {}, + "repository": { + "type": "git", + "url": "https://github.com/lordofcoders/ozserver" + }, + "bugs": { + "url": "https://github.com/lordofcoders/ozserver/issues" + } }