forked from schoolofdata-ch/sodabot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 983 Bytes
/
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
{
"name": "dridbot",
"version": "0.1.5",
"private": true,
"author": "Datalets",
"license": "MIT",
"description": "A hacky hackathon helper",
"repository": {
"type": "git",
"url": "git://github.com/hackathons-ftw/dridbot.git"
},
"keywords": [
"hubot",
"hackathon"
],
"bugs": {
"url": "https://github.com/hackathons-ftw/dridbot/issues"
},
"dependencies": {
"ckan": "*",
"coffeescript": "^1",
"hubot": "^3",
"hubot-conversation": "^1.1.1",
"hubot-help": "^1",
"hubot-heroku-keepalive": "^1",
"hubot-redis-brain": "^1",
"hubot-shell": "^1",
"hubot-slack": "^4.9.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"papaparse": "^5.3.0",
"tracer": "^1.1.4"
},
"main": "index.coffee",
"engines": {
"node": "14.x",
"yarn": "1.x"
},
"contributors": [
{
"name": "Oleg Lavrovsky",
"email": "oleg@datalets.ch"
}
],
"scripts": {
"hubot": "bin/hubot"
}
}