-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 984 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
{
"name": "pmsipilot-jenklab-ci",
"version": "1.4.0",
"description": "A command-line bridge between Gitlab CI and Jenkins CI",
"author": "Julien Bianchi <[email protected]>",
"license": "MIT",
"main": "src/index.js",
"bin": "bin/jenklab-ci",
"scripts": {
"cs": "eslint src/ specs/",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
"changelog-lint": "conventional-changelog-lint -p angular --from master --to HEAD",
"specs": "mocha --check-leaks --recursive specs"
},
"repository": {
"type": "git",
"url": "https://github.com/pmsipilot/jenklab-ci.git"
},
"dependencies": {
"caporal": "^0.5.0",
"jenkins": "^0.20.0"
},
"devDependencies": {
"conventional-changelog-cli": "^1.2.0",
"conventional-changelog-lint": "^1.1.0",
"eslint": "^2.0.0",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.7.0",
"expect.js": "^0.3.1",
"mocha": "^3.2.0"
}
}