-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 896 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": "npm-man",
"version": "0.4.3",
"description": "Open any package readme from npm as a man page",
"author": "Eugene Sharygin <[email protected]>",
"license": "MIT",
"preferGlobal": true,
"bin": {
"npm-man": "cli.js"
},
"files": [
"cli.js",
"index.js"
],
"homepage": "https://github.com/eush77/npm-man",
"repository": {
"type": "git",
"url": "https://github.com/eush77/npm-man"
},
"bugs": {
"url": "https://github.com/eush77/npm-man/issues"
},
"keywords": [
"api",
"cli",
"docs",
"less",
"man",
"manual",
"more",
"npm",
"pager",
"readme",
"unix",
"viewer"
],
"dependencies": {
"got": "^5.3.0",
"help-version": "^1.0.0",
"man-pager": "^1.0.0",
"npm-expansion": "^1.0.0",
"readme-to-man-page": "^0.6.0",
"registry-url": "^3.0.3"
},
"devDependencies": {}
}