-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 902 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
39
{
"dependencies": {
"argparse": "^1.0.9",
"bluebird": "^3.5.1",
"colors": "^1.1.2",
"debug": "^3.1.0",
"find-config": "^1.0.0",
"jira-connector": "^2.6.0",
"reverse-string": "^0.0.6",
"simple-git": "^1.80.1"
},
"name": "git-ticket",
"description": "Get JIRA ticket info from the Git commit log",
"version": "0.4.2",
"main": "git-ticket.js",
"devDependencies": {
"eslint": "^4.10.0"
},
"scripts": {
"test": "./node_modules/.bin/eslint . --ext js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joostmeijles/git-ticket.git"
},
"keywords": [
"Git",
"Jira"
],
"author": "Joost Meijles",
"license": "ISC",
"bugs": {
"url": "https://github.com/joostmeijles/git-ticket/issues"
},
"homepage": "https://github.com/joostmeijles/git-ticket#readme",
"bin": {
"git-ticket": "./index.js"
}
}