-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
116 lines (115 loc) · 2.57 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "wdd-hubot",
"version": "3.2.2",
"private": true,
"author": "Chris Chapman",
"contributors": [
{
"name": "Anthony Kluba",
"github": "https://github.com/Akluba"
},
{
"name": "Austin Mayer",
"github": "https://github.com/austinemayer"
},
{
"name": "Bryan Erickson",
"github": "https://github.com/bkerickson"
},
{
"name": "Clayton Allen",
"github": "https://github.com/callen5914",
"email": "clayton.allen.us@gmail.com "
},
{
"name": "Jairo Jurado",
"github": "https://github.com/jjairo92"
},
{
"name": "Mike Taatgen",
"github": "https://github.com/bogoroh"
},
{
"name": "Nate Dickison",
"github": "https://github.com/ndickiso"
},
{
"name": "Russell Schlup",
"github": "https://github.com/Russ93"
},
{
"name": "Holly Springsteen",
"github": "https://github.com/demondesigner",
"email": "hhspringsteen@gmail.com"
},
{
"name": "Arturo Alquicira",
"github": "https://github.com/arturoalquicira",
"email": "arturoalquicira@me.com"
},
{
"name": "Eddie Gemayel",
"github": "https://github.com/eddiegemayel",
"email": "eddiegem16@gmail.com"
},
{
"name": "Lyteia Kitchen",
"github": "https://github.com/LyteiaHF1",
"email": "Lytehighfashion@gmail.com"
},
{
"name": "Damasio ELi Gerena",
"github": "https://github.com/dgerena"
},
{
"name": "Matthew Beyer",
"github": "https://github.com/matthewbeyer"
},
{
"name": "Bobby Newland",
"github": "https://github.com/bmoney974"
},
{
"name": "Jose L. Lupianez",
"github": "https://github.com/joselupianez"
},
{
"name": "Kareem Beazer",
"github": "https://github.com/kbeazer"
}
],
"keywords": [
"github",
"hubot",
"slack",
"bot"
],
"description": "Full Sail's First AI Bot.",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/github/hubot/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/reactivepixel/WDD-Hubot.git"
},
"dependencies": {
"MD5": "^1.2.1",
"async": "^0.9.0",
"cheerio": "~0.15.0",
"cleverbot-node": "~0.1.6",
"ent": "~2.0.0",
"hubot": ">= 2.6.0 < 3.0.0",
"hubot-scripts": ">= 2.5.0 < 3.0.0",
"hubot-slack": "~2.0.4",
"mathjs": "^1.0.1",
"numeral": "^1.5.3",
"request": "~2.34.0"
},
"engines": {
"node": ">= 0.8.x",
"npm": ">= 1.1.x"
}
}