forked from softwarescales/git-issues
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 944 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 944 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
{
"name": "git-issues",
"version": "0.7.0",
"description": "Git issues extension to list issues of a Git project",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/softwarescales/git-issues.git"
},
"keywords": [
"git",
"issues",
"github",
"bitbucket"
],
"bin": {
"git-issues": "./bin/git-issues"
},
"author": "Gabriel Petrovay <gabipetrovay@gmail.com>",
"contributors": [
"Ionică Bizău <bizauionica@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/softwarescales/git-issues/issues"
},
"homepage": "https://github.com/softwarescales/git-issues",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"le-table": "2.1.0",
"couleurs": "3.0.0",
"prompt": "0.2.14",
"optimist": "0.6.1",
"request": "2.55.0",
"giturlparse": "1.2.0"
},
"devDependencies": {}
}