forked from martynsmith/node-irc
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.57 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.57 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "funsocietyirc-client",
"description": "An ehanced IRC client library for node, forked from node-irc",
"version": "0.1.20",
"author": "Dave Richer <dave@davericher@gmail.com>",
"scripts": {
"test": "./node_modules/faucet/bin/cmd.js test/test-*.js",
"lint": "./node_modules/jscs/bin/jscs --preset=node-style-guide */*.js",
"lint-fix": "./node_modules/jscs/bin/jscs --preset=node-style-guide */*.js --fix"
},
"contributors": [
"Martyn Smith <martyn@dollyfish.net.nz>",
"Fionn Kelleher <me@fionn.co>",
"xAndy <xandy@hackerspace-bamberg.de>",
"Mischa Spiegelmock <revmischa@cpan.org>",
"Justin Gallardo <justin.gallardo@gmail.com>",
"Chris Nehren <cnehren@pobox.com>",
"Henri Niemeläinen <aivot-on@iki.fi>",
"Alex Miles <ghostaldev@gmail.com>",
"Simmo Saan <simmo.saan@gmail.com>",
"Blay <blay09@hotmail.de>",
"Dave Richer <davericher@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/funsocietyirc/node-irc"
},
"bugs": {
"mail": "davericher@gmail.com",
"url": "https://github.com/funsocietyirc/node-irc/issues"
},
"main": "lib/irc",
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"license": "GPL-3.0",
"tonicExample": "const ircClient = require('funsocietyirc-client')",
"dependencies": {
"iconv-lite": "^0.5.0",
"irc-colors": "^1.5.0",
"jschardet": "https://github.com/dfoody/jschardet.git",
"lodash": "^4.17.11"
},
"devDependencies": {
"ansi-color": "^0.2.1",
"faucet": "0.0.1",
"jscs": "^3.0.7",
"tape": "^4.11.0"
}
}