forked from martynsmith/node-irc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 817 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name" : "irc",
"description" : "An IRC client library for node",
"version" : "0.3.6",
"author" : "Martyn Smith <martyn@dollyfish.net.nz>",
"contributors" : [ {
"name": "xAndy",
"email": "xandy@hackerspace-bamberg.de"
} ],
"repository" : {
"type" : "git",
"url" : "http://github.com/martynsmith/node-irc"
},
"bugs" : {
"mail" : "martyn@dollyfish.net.nz",
"url" : "http://github.com/martynsmith/node-irc/issues"
},
"main" : "lib/irc",
"engines" : { "node" : ">=0.4.0" },
"licenses" : [ {
"type" : "GPL",
"url" : "http://github.com/martynsmith/node-irc/raw/master/COPYING"
} ],
"dependencies": {
"ansi-color" : "0.2.1"
},
"devDependencies": {
"should": "1.2.2"
}
}