forked from Havvy/irc-socket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 927 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-socket-sasl",
"version": "4.0.0",
"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": "Nick Jennings <[email protected]> (https://silverbucket.net)",
"contributors": [
"Ryan S. Scheel (havvy)",
"Ricki Hastings <[email protected]> (http://ircanywhere.com)",
"Fionn Kelleher <[email protected]> (http://fionn.co)",
"Ryan S. Scheel (havvy)"
],
"license": "ISC",
"devDependencies": {
"@silverbucket/mock-net-socket": "^2.0.0",
"better-assert": "^1.0.2",
"deep-eql": "^4.0.0",
"mocha": "^9.2.0",
"sinon": "^13.0.1"
},
"dependencies": {
"r-result": "^1.4.0"
}
}