forked from b4ckspace/node-ircbot-deprecated
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 888 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 888 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
34
35
36
37
38
39
{
"name": "ircbot",
"version": "0.1.0",
"author": "xandy <xandy@hackerspace-bamberg.de>",
"description": "ircbot for the backspace irc channel",
"contributors": [
{
"name": "xandy",
"email": "xandy@hackerspace-bamberg.de"
},
{
"name": "zaphod1984",
"email": "zaphod84@gmx.de"
},
{
"name": "krisha",
"email": "krisha@chrisi.de"
}
],
"main": "./bot.js",
"repository": {
"type": "git",
"url": "https://github.com/b4ckspace/ircbot.git"
},
"keywords": [
"irc",
"bot"
],
"dependencies" : {
"irc": "0.3.x",
"mpdsocket": "0.1.x",
"nstore": "0.5.x",
"log4js": "0.5.x",
"github": "0.1.x"
},
"engine": {
"node": ">=0.6"
}
}