-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 916 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
40
41
42
43
{
"name": "gijit",
"version": "2.1.3",
"description": "Show JIRA information for git branches",
"main": "./src/gijit.js",
"scripts": {
"lint": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/ganeshnrao/gijit.git"
},
"keywords": [
"jira",
"cli",
"git",
"branch"
],
"author": "ganeshnrao@me.com",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.3",
"chalk": "^2.4.2",
"cli-table": "^0.3.1",
"commander": "^2.19.0",
"jira-client": "^6.4.1",
"lodash": "^4.17.15",
"read": "^1.0.7",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"word-wrap": "^1.2.3",
"yargs": "^12.0.2"
},
"bin": {
"gijit": "./src/gijit.js"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.16.4"
}
}