-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 747 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
{
"name": "gitlab-webhook-translator",
"version": "0.0.1",
"description": "Just a tiny web server to translate Gitlab web hooks POST body to the appropriate format.",
"main": "app.js",
"dependencies": {
"body-parser": "^1.17.1",
"decomment": "^0.8.7",
"express": "^4.15.2",
"npmlog": "^4.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "ssh://git@git.it.dalim.com:1022/sys/gitlab-webhook-translator.git"
},
"keywords": [
"gitlab",
"webhook",
"post",
"get",
"body",
"variable",
"mr",
"ci"
],
"author": "Melwin Kieffer",
"license": "MIT"
}