FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
hackbot/package.json at master · HackMIT/hackbot · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
HackMIT
/
hackbot
Public
forked from
techx/hackmit-hackbot
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
hackbot
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (32 loc) · 899 Bytes
Breadcrumbs
hackbot
/
package.json
Copy path
File metadata and controls
32 lines (32 loc) · 899 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
hackbot
"
,
"version"
:
"
0.0.0
"
,
"private"
:
true
,
"author"
:
"
Anish Athalye <me@anishathalye.com>
"
,
"description"
:
"
HackMIT's robot slave
"
,
"scripts"
: {
"start-redis"
:
"
redis-server > /dev/null & echo $! > redis.pid
"
,
"stop-redis"
:
"
kill -TERM $(cat redis.pid) && rm redis.pid
"
,
"start"
:
"
env $(cat .env 3>/dev/null) bin/hubot -a slack
"
},
"dependencies"
: {
"github"
:
"
^0.2.4
"
,
"google-spreadsheet"
:
"
^1.0.1
"
,
"hubot"
:
"
^2.12.0
"
,
"hubot-conf"
:
"
^1.0.0
"
,
"hubot-diagnostics"
:
"
0.0.1
"
,
"hubot-group"
:
"
^1.0.0
"
,
"hubot-help"
:
"
^0.1.1
"
,
"hubot-offix"
:
"
>=0.0.7
"
,
"hubot-redis-brain"
:
"
0.0.2
"
,
"hubot-redisred"
:
"
^1.1.1
"
,
"hubot-shortcut"
:
"
^1.0.0
"
,
"hubot-slack"
:
"
^3.4.0
"
,
"hubot-wolfram"
:
"
1.0.7
"
,
"node-google-translate-skidz"
:
"
^0.1.1
"
,
"timeago"
:
"
^0.2.0
"
},
"engines"
: {
"node"
:
"
0.10.x
"
}
}
Back
|
FazBrowse Home
|
New Git URL