-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 885 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
41
42
43
44
45
46
{
"name": "github-man",
"version": "0.3.0",
"description": "Open README from GitHub repository as a man page",
"author": "Eugene Sharygin <[email protected]>",
"license": "MIT",
"preferGlobal": true,
"bin": {
"github-man": "cli.js"
},
"files": [
"cli.js",
"index.js"
],
"homepage": "https://github.com/eush77/github-man",
"repository": "eush77/github-man",
"bugs": {
"url": "https://github.com/eush77/github-man/issues"
},
"keywords": [
"api",
"cli",
"docs",
"github",
"groff",
"less",
"man",
"manual",
"markdown",
"more",
"pager",
"readme",
"roff",
"troff",
"unix",
"viewer"
],
"dependencies": {
"github-readme": "^1.0.0",
"got": "^4.2.0",
"help-version": "^1.0.0",
"man-pager": "^1.0.0",
"readme-to-man-page": "^0.5.0"
},
"devDependencies": {}
}