-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1013 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 1013 Bytes
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
{
"name": "gitlab-webhooker",
"version": "2.2.8",
"description": "GitLab web hooks listener",
"author": {
"name": "Andrii Kolomiichenko",
"email": "bboywilld@gmail.com",
"url": "http://github.com/kolomiichenko"
},
"contributors": [
{
"name": "Andrii Kolomiichenko",
"email": "bboywilld@gmail.com"
}
],
"engines": {
"node": ">= 0.10.38"
},
"scripts": {},
"repository": {
"type": "git",
"url": "http://git@github.com/kolomiichenko/gitlab-webhooker.git"
},
"keywords": [
"git",
"gitlab",
"webhook",
"hook",
"listen",
"exec"
],
"license": "MIT",
"dependencies": {
"orangebox": "^0.3.0",
"loglevel": "^1.4.1"
},
"readmeFilename": "README.md",
"gitHead": "b0cc91b1f8f3c22f9b345d45f63659b6b3939979",
"bugs": {
"url": "http://github.com/kolomiichenko/gitlab-webhooker/issues"
},
"homepage": "http://github.com/kolomiichenko/gitlab-webhooker",
"devDependencies": {
"loglevel": "^1.4.1"
}
}