-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.32 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "gitlab-tag-trigger",
"description": "You have a bunch of node modules that all depend upon a library you’ve created (also packaged as a node module) ? Would you like to do is kick off a rebuild of all of your modules if the library that they depend upon changes. Gitlab-tag-trigger makes it easy and automation.",
"keywords": [
"gitlab",
"tag",
"trigger",
"auto update",
"library",
"dependencies"
],
"version": "1.1.8",
"author": {
"name": "Luu Ninh",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ninhxuanluu/gitlab-tag-trigger.git"
},
"bugs": {
"url": "https://github.com/ninhxuanluu/gitlab-tag-trigger/issues"
},
"license": "Apache-2.0",
"engines": {
"node": ">= 4"
},
"main": "index.js",
"files": [
"index.js"
],
"dependencies": {
"axios": "^0.17.1",
"lodash": "^4.17.21",
"minimist": "^1.2.0",
"moment": "^2.29.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./index.js",
"homepage": "https://github.com/ninhxuanluu/gitlab-tag-trigger#readme",
"_npmUser": {
"name": "Luu Ninh",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Luu Ninh",
"email": "[email protected]"
}
]
}