-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 748 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 748 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
{
"name": "irc-socket",
"version": "3.0.8",
"description": "Simple IRC Socket for usage with IRC libraries.",
"main": "irc-socket.js",
"scripts": {
"test": "mocha test/irc-socket.js"
},
"repository": "https://github.com/Havvy/irc-socket.git",
"keywords": [
"irc",
"socket"
],
"author": "Ryan S. Scheel (havvy)",
"contributors": [
"Ricki Hastings <ricki@ircanywhere.com> (http://ircanywhere.com)",
"Fionn Kelleher <me@fionn.co> (http://fionn.co)"
],
"license": "ISC",
"devDependencies": {
"@havvy/mock-net-socket": "^1.0.1",
"better-assert": "^1.0.2",
"deep-eql": "^0.1.3",
"mocha": "^3",
"sinon": "^1"
},
"dependencies": {
"bluebird": "^3",
"r-result": "^1.4.0"
}
}