forked from red-panda-ci/jenkins-dind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1011 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
{
"name": "jenkins-dind",
"version": "1.2.4",
"description": "Jenkins image with docker in docker strategy",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"commitmsg": "validate-commit-msg -p eslint",
"lint": "dockerlint Dockerfile",
"pretest": "npm run lint",
"precommit": "npm run lint",
"test": "bin/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/red-panda-ci/jenkins-dind.git"
},
"keywords": [
"jenkins",
"dind",
"pipeline"
],
"author": "Maurice Domínguez",
"license": "MIT",
"bugs": {
"url": "https://github.com/red-panda-ci/jenkins-dind/issues"
},
"homepage": "https://github.com/red-panda-ci/jenkins-dind#readme",
"devDependencies": {
"conventional-changelog-cli": "^1.3.5",
"dockerlint": "^0.3.7",
"husky": "^0.14.3",
"validate-commit": "^3.4.0"
}
}