forked from lansingcodes/slackbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.61 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.61 KB
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
{
"name": "slackbot",
"version": "1.0.0",
"license": "MIT - Hippocratic",
"private": true,
"author": "Humanity Codes, LLC",
"contributors": [
"Amanda Kitson",
"Andrew Tomaka",
"Bret Self",
"Chris Fritz",
"Erik Gillespie <erik.gillespie@gmail.com>",
"James Green",
"Joe Ryan",
"Patrick Hawkins",
"Eric Slenk <lucid.machine@gmail.com>"
],
"description": "Lansing Code's helpful, neighborhood Slack robot",
"dependencies": {
"@firebase/app": "^0.4.14",
"@firebase/firestore": "^1.4.9",
"coffee-script": "^1.12.7",
"cron": "^1.7.1",
"google-url": "0.0.4",
"hubot": "^3.3.2",
"hubot-appearin": "^1.0.2",
"hubot-bikeshed": "^1.3.0",
"hubot-darts": "^1.0.2",
"hubot-diagnostics": "1.0.0",
"hubot-help": "^1.0.1",
"hubot-heroku-keepalive": "^1.0.3",
"hubot-maps": "0.0.3",
"hubot-principles": "^1.0.0",
"hubot-redis-brain": "1.0.0",
"hubot-rules": "^1.0.0",
"hubot-scripts": "^2.16.2",
"hubot-shipit": "^0.2.1",
"hubot-slack": "^4.7.1",
"hubot-thank-you": "0.0.3",
"intercept-stdout": "^0.1.2",
"moment": "^2.24.0",
"tinyurl": "^1.1.4",
"twitter-node-client": "0.0.6"
},
"scripts": {
"fix": "standard --env jasmine --global robot --global hubotHelpers --fix",
"lint": "standard --env jasmine --global robot --global hubotHelpers",
"precommit": "run-s lint test",
"test": "jasmine"
},
"devDependencies": {
"expand-url": "^0.1.3",
"hubot-mock-adapter": "^1.0.0",
"jasmine": "^2.3.2",
"npm-run-all": "^4.1.5",
"proxyquire": "^2.1.3",
"standard": "^14.3.1"
}
}