forked from gf3/IRC-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (38 loc) · 1.12 KB
/
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
34
35
36
37
38
{ "name" : "iles-forked-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)"
, "Ilkka Huotari <[email protected]> (http://ilkkah.com)"
]
, "homepage" : "https://github.com/ile/iles-forked-irc-js"
, "version" : "0.1.2"
, "main" : "./lib/irc"
, "directories" : { "lib" : "./lib", "node_libraries" : "./node_libraries" }
, "engines" : [ "node >=0.2.0" ]
, "dependencies" :
{ "coloured-log" : "0.9.6",
"coloured" : "0.2.0",
"log": "1.2.0",
"PanPG": "0.0.9"
}
, "bundledDependencies" :
[ "coloured-log",
"PanPG"
]
, "devDependencies" :
{ "async_testing": "0.3.x"
}
, "repository" :
{ "type" : "git"
, "url" : "https://[email protected]/ile/iles-forked-irc-js.git"
}
, "license" :
{ "type" : "Public Domain"
, "url" : "http://github.com/gf3/IRC-js/raw/master/UNLICENSE"
}
}