-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 KB
/
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
44
45
{
"name": "jira-pal",
"private": false,
"version": "0.1.7",
"description": "Jira Terminal Pal",
"keywords": [],
"dependencies": {
"bluebird": "~2.10.0",
"cli-table": "~0.3.1",
"cliff": "~0.1.10",
"colors": "~1.1.2",
"copy-paste-no-exec": "git+ssh://[email protected]:Skiggz/node-copy-paste#1.0.0",
"inquirer": "^0.10.1",
"moment": "~2.10.3",
"numeral": "~1.5.3",
"open": "0.0.5",
"underscore": "~1.8.2",
"underscore.string": "~3.2.2"
},
"preferGlobal": true,
"bin": {
"jira": "./bin.js"
},
"scripts": {
"test": "mocha --reporter dot --bail"
},
"devDependencies": {
"mocha": "~2.3.3",
"expect": "~1.12.1"
},
"contributors": [
{
"name": "Skylar Lowery",
"email": "[email protected]"
},
{
"name": "Matt Elliott",
"email": "[email protected]"
}
],
"main": "src/jira.js",
"repository": "https://github.com/Skiggz/jira-pal",
"author": "Skylar Lowery <[email protected]>",
"license": "MIT"
}