diff --git a/package.json b/package.json index e124b17..4bc9065 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,23 @@ { "name": "friends-irc", - "version": "1.0.0", + "version": "1.0.1", + "author": "MOOSE Team", "description": "Connects IRC and Friends channels by sending messages back and forth.", "keywords": [ "friends", "irc", "gateway", "bot", - "friends-irc" + "friends-irc", + "moose" ], "main": "index.js", "repository": { "type": "git", - "url": "git@github.com:ekmartin/friends-irc.git" + "url": "git@github.com:moose-team/friends-irc.git" }, "bugs": { - "url": "https://github.com/ekmartin/friends-irc/issues" + "url": "https://github.com/moose-team/friends-irc/issues" }, "scripts": { "start": "node index.js", @@ -24,9 +26,6 @@ "bin": { "friends-irc": "./index.js" }, - "author": { - "name": "Martin Ek " - }, "license": "MIT", "dependencies": { "body-parser": "~1.11.0",