UNPKG
git-fish
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Github Web Hook Listener
github.com/jmervine/node-git-fish
jmervine/node-git-fish
git-fish
/
test
/
test.json
17 lines
(15 loc)
•
294 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"port"
:
11337
,
"token"
:
"go-fish"
,
"test1"
:
{
"script"
:
"test/script.js"
}
,
"test2"
:
{
"script"
:
"test/script.js"
,
"branch"
:
"master"
}
,
"test3"
:
{
"script"
:
"test/script.js"
,
"branch"
:
[
"master"
,
"develop"
]
}
}