-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
50 lines (50 loc) · 1.06 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "accidentalbot",
"version": "1.4.0",
"description": "Accidental Showbot",
"keywords": [
"irc",
"robot",
"showbot"
],
"main": "accidentalbot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Casey Liss",
"url": "http://www.caseyliss.com/"
},
"license": "MIT",
"dependencies": {
"irc-upd": "^0.10.0",
"sugar": "^1.4.1",
"ws": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/cliss/accidentalbot.git"
},
"engines": {
"node": "11.7.x"
},
"contributors": [
{
"name": "Jeremy Banks",
"url": "http://www.jeremybanks.ca/"
},
{
"name": "Dave Eilers",
"url": "https://www.facebook.com/david.eilers"
},
{
"name": "Kyle Cronin",
"url": "http://kylecronin.me/"
},
{
"name": "Brad Choate",
"url": "http://bradchoate.com/"
}
],
"bugs": "https://github.com/cliss/accidentalbot/issues"
}