-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.37 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
54
55
56
57
58
59
60
61
{
"scripts": {
"lint": "eslint --ext .js lib",
"dev": "ddvgitlabhooks dev",
"start": "ddvgitlabhooks start",
"test": "npm run lint",
"precommit": "npm run lint",
"prepublish": "npm run lint"
},
"bin": {
"ddvgitlabhooks": "./bin/ddvgitlabhooks"
},
"keywords": [
"ddv-gitlab-hooks"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "yuchonghua",
"email": "[email protected]"
},
{
"name": "HadiChan",
"email": "[email protected]"
}
],
"name": "ddv-gitlab-hooks",
"bugs": {
"url": "https://github.com/ddvjs/ddv-gitlab-hooks/issues"
},
"homepage": "https://github.com/ddvjs/ddv-gitlab-hooks#readme",
"description": "ddv-gitlab-hooks",
"directories": {},
"dependencies": {
"bl": "~1.2.1",
"ddv-worker": "~0.0.20",
"debug": "~2.6.0",
"glob": "~7.1.2",
"mkdirp": "~0.5.1",
"mustache": "~2.3.0",
"nodegit": "~0.19.0"
},
"devDependencies": {
"babel-eslint": "^7.0.1",
"eslint": "^3.14.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1"
},
"optionalDependencies": {},
"preferGlobal": false,
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ddvjs/ddv-gitlab-hooks.git"
},
"jshintConfig": {
"esversion": 6
},
"version": "0.0.11"
}