forked from Havvy/irc-socket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 902 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 902 Bytes
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
{
"name": "irc-socket-sasl",
"version": "4.1.1",
"description": "Simple IRC Socket with SSL and SASL support, for usage with IRC libraries. Forked from irc-socket.",
"main": "irc-socket.js",
"private": false,
"scripts": {
"test": "mocha test/irc-socket.js"
},
"repository": "https://github.com/silverbucket/irc-socket.git",
"keywords": [
"irc",
"socket"
],
"author": "Ryan S. Scheel (havvy)",
"contributors": [
"Ryan S. Scheel (havvy)",
"Ricki Hastings <ricki@ircanywhere.com> (http://ircanywhere.com)",
"Fionn Kelleher <me@fionn.co> (http://fionn.co)",
"Nick Jennings <nick@silverbucket.net> (https://silverbucket.net)"
],
"license": "ISC",
"devDependencies": {
"@silverbucket/mock-net-socket": "^2.0.0",
"better-assert": "^1.0.2",
"mocha": "^11.0.0",
"sinon": "^21.0.0"
},
"dependencies": {
"r-result": "^1.5.1"
}
}