-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.55 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.55 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "jira-terminal",
"version": "2.0.3",
"description": "Easy shortcuts in terminal to work with jira",
"main": "bin/jira-terminal.js",
"dependencies": {
"cli-prompt": "^0.4.1",
"cli-table": "^0.3.1",
"colors": "^1.0.3",
"config": "^1.12.0",
"debug": "^2.1.1",
"editor": "^0.1.0",
"jira": "git://github.com/Pouja/node-jira#master",
"keytar": "^3.0.0",
"lodash": "^4.1.0",
"minimist": "^1.1.0",
"moment": "^2.9.0",
"prompt": "^0.2.14",
"q": "^1.1.2",
"shelljs": "^0.3.0",
"which": "^1.0.9"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-blanket": "0.0.8",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-env": "^0.4.2",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^1.0.0",
"mocha": "^2.1.0",
"proxyquire": "~1.4.0",
"should": "^4.6.5",
"sinon": "^1.14.1",
"time-grunt": "^1.0.0",
"travis-cov": "^0.2.5"
},
"scripts": {
"test": "grunt"
},
"keywords": [
"jira",
"terminal",
"nodejs"
],
"author": "http://www.github.com/Pouja/",
"license": "MIT",
"directories": {
"config": "config",
"src": "src",
"bin": "bin",
"test": "test"
},
"bin": {
"jira-terminal": "bin/jira-terminal"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://www.github.com/Pouja/jira-terminal"
},
"bugs": {
"url": "https://github.com/Pouja/jira-terminal/issues"
},
"homepage": "https://github.com/Pouja/jira-terminal"
}