-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 722 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 722 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
33
{
"name": "node-slack-irc",
"version": "0.6.4",
"description": "Node.JS solution to integrate IRC chats to Slack",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/IgorAntun/node-slack-irc.git"
},
"keywords": [
"node",
"node.js",
"irc",
"slack"
],
"author": "Igor Antun",
"license": "MIT",
"bugs": {
"url": "https://github.com/IgorAntun/node-slack-irc/issues"
},
"dependencies": {
"chalk": "~1.0.0",
"eventemitter2": "~0.4.14",
"irc": "~0.3.9",
"jethro": "~1.2.7",
"request": "~2.54.0",
"slack-client": "^1.4.0",
"ws": "~0.7.1"
}
}