Skip to content

Commit 8ee8a7f

Browse files
committed
Fixup README/package.json
1 parent a1d2523 commit 8ee8a7f

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![License](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat)](http://opensource.org/licenses/GPL-3.0)
2+
13
This is a fork of [node-irc](http://node-irc.readthedocs.org/), which is an IRC client library written in [JavaScript](http://en.wikipedia.org/wiki/JavaScript) for [Node](http://nodejs.org/). This fork is used by the [Matrix-IRC application service](http://github.com/matrix-org/matrix-appservice-irc).
24

35

package.json

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,26 @@
22
"name": "irc",
33
"description": "An IRC client library for node",
44
"version": "0.3.12",
5-
"author": "Martyn Smith <martyn@dollyfish.net.nz>",
5+
"author": "Matrix.org (original fork from Martyn Smith <martyn@dollyfish.net.nz>)",
66
"scripts": {
77
"test": "./node_modules/faucet/bin/cmd.js test/test-*.js",
88
"lint": "./node_modules/jscs/bin/jscs --preset=airbnb */*.js"
99
},
1010
"contributors": [
11-
"Fionn Kelleher <me@fionn.co>",
12-
"xAndy <xandy@hackerspace-bamberg.de>",
13-
"Mischa Spiegelmock <revmischa@cpan.org>",
14-
"Justin Gallardo <justin.gallardo@gmail.com>",
15-
"Chris Nehren <cnehren@pobox.com>",
16-
"Henri Niemeläinen <aivot-on@iki.fi>",
17-
"Alex Miles <ghostaldev@gmail.com>"
11+
"node-irc contributors"
1812
],
1913
"repository": {
2014
"type": "git",
21-
"url": "http://github.com/martynsmith/node-irc"
15+
"url": "http://github.com/matrix-org/node-irc"
2216
},
2317
"bugs": {
24-
"mail": "martyn@dollyfish.net.nz",
25-
"url": "http://github.com/martynsmith/node-irc/issues"
18+
"url": "http://github.com/matrix-org/node-irc/issues"
2619
},
2720
"main": "lib/irc",
2821
"engines": {
2922
"node": ">=0.10.0"
3023
},
31-
"licenses": [
32-
{
33-
"type": "GPL",
34-
"url": "http://github.com/martynsmith/node-irc/raw/master/COPYING"
35-
}
36-
],
24+
"license": "GPLv3",
3725
"dependencies": {
3826
"ansi-color": "0.2.1",
3927
"irc-colors": "^1.1.0"

0 commit comments

Comments
 (0)