-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
46 lines (46 loc) · 1.2 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
46
{
"name": "git-issues",
"version": "1.3.1",
"description": "Git issues extension to list issues of a Git project",
"main": "lib/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 <[email protected]>",
"contributors": [
"Ionică Bizău <[email protected]>",
"Arno Chauveau <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/softwarescales/git-issues/issues"
},
"homepage": "https://github.com/softwarescales/git-issues",
"dependencies": {
"abs": "^1.0.0",
"bug-killer": "^4.0.0",
"clp": "^3.0.0",
"couleurs": "^5.0.0",
"git-url-parse": "^4.0.0",
"gry": "^4.1.0",
"is-there": "^4.1.0",
"le-table": "^4.0.0",
"request": "^2.55.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"demo": "./bin/git-issues -r https://github.com/softwarescales/git-issues",
"jquery-demo": "./bin/git-issues -r https://github.com/jquery/jquery.git"
}
}