forked from gf3/IRC-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (33 loc) · 956 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
31
32
33
{ "name" : "irc-js"
, "description": "An IRC library for node.js"
, "author" : "Gianni Chiappetta <[email protected]> (http://gf3.ca)"
, "contributors":
[ "Adam Bergmark"
, "Martin Häger <[email protected]> (http://freeasinbeard.org)"
, "temp01"
, "Diogo Gomes <[email protected]> (http://www.graphnode.com/)"
, "Nathan Rajlich <[email protected]> (http://tootallnate.net)"
]
, "homepage" : "http://gf3.github.com/IRC-js/"
, "version" : "0.2.27"
, "main" : "./lib/irc"
, "directories" : { "lib" : "./lib", "node_libraries" : "./node_libraries" }
, "engines" : [ "node >=0.2.0" ]
, "dependencies" :
{ "PanPG": "0.0.9"
}
, "bundledDependencies" :
[ "PanPG"
]
, "devDependencies" :
{ "async_testing": "0.3.x"
}
, "repository" :
{ "type" : "git"
, "url" : "https://[email protected]/gf3/IRC-js.git"
}
, "license" :
{ "type" : "Public Domain"
, "url" : "http://github.com/gf3/IRC-js/raw/master/UNLICENSE"
}
}