-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
46
47
48
49
{
"name": "npm-related",
"version": "3.0.0",
"description": "Command-line app for generating a list of links to the homepages of related GitHub/npm projects. Using `helper-related`.",
"repository": "tunnckoCore/npm-related",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "standard && node test.js"
},
"dependencies": {
"ansi-gray": "^0.1.1",
"ansi-red": "^0.1.1",
"error-symbol": "^0.1.0",
"get-value": "^2.0.3",
"helper-related": "^0.12.1",
"load-pkg": "^3.0.1",
"minimist": "^1.1.3",
"multiline": "^1.0.2"
},
"devDependencies": {
"assertit": "^0.1.0",
"pre-commit": "*"
},
"files": [
"cli.js",
"index.js"
],
"keywords": [
"async",
"cli",
"github",
"helper",
"links",
"list",
"markdown",
"md",
"npm",
"related",
"repo",
"repos",
"resolve",
"template",
"utils"
],
"bin": "cli.js"
}