forked from trentm/jirash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 887 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 887 Bytes
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
44
{
"name": "jirash",
"version": "2.10.0",
"description": "a JIRA CLI",
"main": "./lib/index.js",
"bin": {
"jirash": "./bin/jirash"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trentm/jirash.git"
},
"keywords": [
"jira",
"cli"
],
"author": "Trent Mick (trentm@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/trentm/jirash/issues"
},
"homepage": "https://github.com/trentm/jirash",
"files": [
"lib",
"bin",
"etc"
],
"dependencies": {
"assert-plus": "^1.0.0",
"bunyan": "^1.8.12",
"cmdln": "^4.3.0",
"lomstream": "1.1.0",
"read": "^1.0.7",
"restify-clients": "^1.5.2",
"tabula": "^1.9.0",
"vasync": "^2.1.0",
"verror": "^1.10.0"
},
"devDependencies": {
"eslint": "2.x",
"eslint-plugin-joyent": "1.x",
"prettier": "1.9.1"
}
}