-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.63 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.63 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
60
61
62
63
{
"name": "slackbot",
"version": "1.0.0",
"license": "Hippocratic-2.1",
"private": true,
"author": "Michigan Technology Network",
"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>",
"Ryan Lode <rlode24@gmail.com>"
],
"description": "Lansing Code's helpful, neighborhood Slack robot",
"dependencies": {
"coffeescript": "^1.12.7",
"cron": "^1.7.1",
"firebase": "^9.6.11",
"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-rules": "^1.0.0",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.1",
"hubot-slack": "^4.10.0",
"hubot-thank-you": "0.0.3",
"intercept-stdout": "^0.1.2",
"moment": "^2.29.4",
"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": "^3.6.2",
"npm-run-all": "^4.1.5",
"proxyquire": "^2.1.3",
"standard": "^14.3.1"
},
"standard": {
"env": [
"jasmine"
]
}
}