forked from devschile/huemul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.04 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
{
"name": "Huemul",
"version": "2.0.0",
"description": "Animal salvaje nivel 20",
"main": "bin/hubot",
"scripts": {
"start": "bin/hubot -a slack",
"dev": "bin/hubot",
"test": "ava test",
"precommit": "lint-staged"
},
"lint-staged": {
"*.{js,json,css,md}": ["prettier --write", "git add"]
},
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "git://github.com/devschile/huemul.git"
},
"keywords": ["hubot"],
"author": "Huemul",
"private": true,
"bugs": {
"url": "https://github.com/devschile/huemul/issues"
},
"homepage": "https://github.com/devschile/huemul#readme",
"dependencies": {
"cheerio": "1.0.0-rc.2",
"csv-streamify": "3.0.4",
"hubot": "2.19.0",
"hubot-ascii-art": "1.1.3",
"hubot-auth": "2.1.0",
"hubot-azar": "0.1.0",
"hubot-beerjs": "0.1.0",
"hubot-bellako": "0.0.1",
"hubot-binario": "0.1.0",
"hubot-buscandriu": "0.0.3",
"hubot-cachipun": "^0.1.0",
"hubot-caniuse": "1.0.3",
"hubot-chaucha": "0.0.1",
"hubot-chilexpress": "0.0.1",
"hubot-cne": "2.0.1",
"hubot-command-log": "1.0.3",
"hubot-cpf": "1.0.6",
"hubot-diagnostics": "0.0.2",
"hubot-diceware": "3.0.0",
"hubot-dokku-hook": "0.0.1",
"hubot-earthimpact": "0.0.1",
"hubot-emoji-creator": "0.2.0",
"hubot-google-images": "0.2.7",
"hubot-help-private": "1.0.1",
"hubot-info-rut": "3.0.0",
"hubot-insulter": "1.0.2",
"hubot-jerigonza": "^1.0.2",
"hubot-jobtitles": "0.0.2",
"hubot-kitsu": "0.0.6",
"hubot-librarynames": "0.0.1",
"hubot-maps": "0.0.3",
"hubot-memegeneration": "2.2.0",
"hubot-mercadolibre_cl": "1.0.0",
"hubot-minions": "0.0.2",
"hubot-mongodb-brain": "https://github.com/flam22/hubot-mongodb-brain.git#devel",
"hubot-mrrobot": "0.3.0",
"hubot-nic_chile": "0.0.2",
"hubot-numbersapi": "1.0.1",
"hubot-onemi": "0.0.3",
"hubot-paya": "0.1.0",
"hubot-putear": "^1.5.1",
"hubot-qr": "0.0.2",
"hubot-reggaeton": "^1.0.2",
"hubot-restriccion_scl": "0.0.1",
"hubot-rules": "0.1.2",
"hubot-scripts": "2.17.2",
"hubot-sentry-integration": "0.0.2",
"hubot-shipit": "0.2.1",
"hubot-slack": "4.4.0",
"hubot-soon": "1.0.0",
"hubot-surbtc": "0.3.0",
"hubot-travis-ci-hook": "0.0.1",
"hubot-tweets": "github:devschile/hubot-tweets",
"hubot-wikipedia-lang": "1.0.3",
"hubot-youtube": "1.1.0",
"jquery": "3.3.1",
"mathjs": "3.20.1",
"moment": "2.20.1",
"moment-business-days": "1.0.6",
"moment-countdown": "0.0.3",
"numbertoclpformater": "1.0.0",
"password-generator": "2.2.0",
"phantom": "4.0.12",
"pug": "2.0.0-rc.4",
"raven": "2.3.0",
"rutjs": "0.1.1",
"string": "3.3.3",
"superheroes": "1.0.0",
"uuid": "3.2.1",
"whilst": "1.0.2",
"yelp": "1.0.2"
},
"devDependencies": {
"ava": "0.24.0",
"coffee-script": "1.12.7",
"hubot-test-helper": "1.8.1",
"husky": "0.14.3",
"lint-staged": "6.0.1",
"nock": "9.1.6",
"prettier": "1.10.2"
}
}