-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 923 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
{
"name": "jira-link-tickets-from-git-commits",
"version": "1.0.0",
"description": "Links all jira-issues found in git commits since a given git tag to a specified jira ticket. In our usecase, a release-ticket needs to be linked to every commited jira issue.",
"main": "jira-commit-linker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxmarkus/jira-link-tickets-from-git-commits.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxmarkus/jira-link-tickets-from-git-commits/issues"
},
"homepage": "https://github.com/maxmarkus/jira-link-tickets-from-git-commits#readme",
"dependencies": {
"async": "2.0.1",
"jira-client": "3.0.2",
"lodash": "^4.17.11",
"prompt": "1.0.0",
"semver": "^5.3.0",
"yargs": "5.0.0"
}
}