This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix repository url and author, bump version to 1.0.1
- Loading branch information
ekmartin
committed
May 3, 2015
1 parent
50a992e
commit 15d89dc
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]:ekmartin/friends-irc.git" | ||
"url": "[email protected]: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 <[email protected]>" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"body-parser": "~1.11.0", | ||
|