-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 861 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
{
"name": "cira",
"version": "0.2.1",
"author": "Dario Gieselaar <[email protected]>",
"description": "A command-line tool for interacting with JIRA",
"main": "./lib/cira",
"repository": {
"type": "git",
"url": "git://github.com/plestik/cira.git"
},
"keywords": [
"cli",
"command",
"jira"
],
"contributors": [
{
"name": "Dario Gieselaar",
"email": "[email protected]"
}
],
"bin": {
"cira": "./bin/cira"
},
"dependencies": {
"ansi-regex": "^1.1.0",
"chalk": "^0.5.1",
"cli-table": "^0.3.1",
"fs": "0.0.2",
"jira": "git+https://github.com/plestik/node-jira.git",
"lodash": "^2.4.1",
"optimist": "^0.6.1",
"prompt": "^0.2.14",
"q": "^1.0.1",
"sprintf-js": "^1.0.2",
"string": "^2.2.0",
"word-wrap": "^0.1.3",
"yesno": "0.0.1"
}
}