-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
34 lines (34 loc) · 924 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
34
{
"name": "irc-js",
"description": "An IRC library for node.js",
"author": "Gianni Chiappetta <[email protected]> (http://gf3.ca)",
"contributors": [
"Adam Bergmark",
"Diogo Gomes <[email protected]> (http://www.graphnode.com/)",
"Martin Häger <[email protected]> (http://freeasinbeard.org)",
"Nathan Rajlich <[email protected]> (http://tootallnate.net)",
"temp01"
],
"homepage": "http://gf3.github.com/IRC-js/",
"version": "2.0.0-beta.5",
"main": "./lib/irc",
"directories": {
"lib": "./lib",
"node_libraries": "./node_libraries"
},
"engines": {
"node": ">=0.8.1"
},
"devDependencies": {
"mocha": ">=1.2.2",
"should": ">=0.6.3"
},
"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"
}
}