-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 934 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
{
"name": "gitlab-webhooker",
"version": "2.2.6",
"description": "GitLab web hooks listener",
"author": {
"name": "Andrii Kolomiichenko",
"email": "[email protected]",
"url": "http://github.com/kolomiichenko"
},
"contributors": [
{
"name": "Andrii Kolomiichenko",
"email": "[email protected]"
}
],
"engines": {
"node": ">= 0.10.38"
},
"scripts": {},
"repository": {
"type": "git",
"url": "http://[email protected]/kolomiichenko/gitlab-webhooker.git"
},
"keywords": [
"git",
"gitlab",
"webhook",
"hook",
"listen",
"exec"
],
"license": "MIT",
"dependencies": {
"orangebox": "^0.3.0"
},
"readmeFilename": "README.md",
"gitHead": "b0cc91b1f8f3c22f9b345d45f63659b6b3939979",
"bugs": {
"url": "http://github.com/kolomiichenko/gitlab-webhooker/issues"
},
"homepage": "http://github.com/kolomiichenko/gitlab-webhooker"
}