-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 907 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
{
"name": "irc-notifier",
"version": "1.0.0",
"description": "IRC bot for sending notifications related to init Lab",
"main": "ircbot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/initLab/irc-notifier.git"
},
"author": "Vencislav Atanasov ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/initLab/irc-notifier/issues"
},
"homepage": "https://github.com/initLab/irc-notifier#readme",
"dependencies": {
"async": "^2.6.4",
"daikin-controller-cloud": "^1.2.4",
"gamedig": "^1.0.49",
"httpdispatcher": "^2.1.2",
"iconv-lite": "^0.4.24",
"irc-upd": "initLab/node-irc#fix-nickname-parsing",
"mqtt": "^4.2.6",
"request": "^2.88.0",
"require-dir": "^0.3.0",
"simple-oauth2": "^1.6.0",
"xml2js": "^0.4.17"
}
}