-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.55 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
{
"name": "Dark",
"version": "0.0.0",
"author": "Jay Thomas <[email protected]>",
"description": "gfax's custom hubot",
"scripts": {
"eslint": "eslint ./",
"eslint:fix": "eslint --fix ./",
"start": "npm run start:discord",
"start:console": "hubot --name Dark",
"start:discord": "npm run start:console -- --adapter discord",
"start:irc": "npm run start:console -- --adapter irc",
"start:slack": "npm run start:console -- --adapter slack \"$@\"",
"test": "npm run eslint"
},
"dependencies": {
"hubot": "^3.1.1",
"hubot-calculator": "^0.4.0",
"hubot-clarifai": "https://github.com/gfax/hubot-clarifai.git",
"hubot-credit-card-number-generator": "^1.0.0",
"hubot-darksky": "^1.1.0",
"hubot-diagnostics": "0.0.2",
"hubot-dice": "^1.0.0",
"hubot-dinosaur-comics": "^0.0.2",
"hubot-discord": "https://github.com/thetimpanist/hubot-discord#01548af6a73d757b0a068e0926c93a1535a9617a",
"hubot-help": "^0.2.2",
"hubot-humanity": "^0.1.3",
"hubot-in-space": "^2.0.0",
"hubot-irc": "^0.2.9",
"hubot-iss": "^2.0.0",
"hubot-maps": "0.0.3",
"hubot-markov": "^2.1.0",
"hubot-redis-brain": "0.0.4",
"hubot-remind-at": "^0.0.5",
"hubot-rules": "^0.1.2",
"hubot-scripts": "^2.17.2",
"hubot-seen": "^1.0.1",
"hubot-slack": "^4.4.0",
"hubot-vimeo": "^1.0.2",
"hubot-wikipedia-lang": "^1.0.3",
"hubot-youtube": "^1.0.2",
"suncalc": "1.5.2"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-plugin-json": "^1.2.1",
"eslint-plugin-unicorn": "^6.0.1"
}
}