-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 755 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
{
"name": "github-trending-cli",
"version": "1.0.4",
"description": "CLI for list Github trending repositories.",
"main": "github-trending.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ght": "./bin/ght.js"
},
"keywords": [],
"author": "Michael Santillan",
"license": "MIT",
"dependencies": {
"cli-table": "^0.3.1",
"commander": "^2.17.1",
"trending-github": "^1.1.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mikejavier/github-trending-cli.git"
},
"bugs": {
"url": "https://github.com/mikejavier/github-trending-cli/issues"
},
"homepage": "https://github.com/mikejavier/github-trending-cli#readme"
}