-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.04 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
50
51
52
53
54
{
"name": "bushleague",
"version": "3.0.2",
"description": "Substandard sports tracking on the cli",
"main": "lib/bushleague.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sports",
"scores",
"leagues",
"cli",
"nfl",
"nba",
"mlb",
"mls",
"nhl",
"wjhc",
"cfl",
"ncaaf",
"ncaab",
"uefa",
"chlg",
"epl",
"bund",
"liga",
"seri",
"fran"
],
"bin": {
"bushleague": "./bin/bushleague"
},
"author": "Chris Morris",
"license": "MIT",
"dependencies": {
"chalk": "^2.0.1",
"cli": "^0.11.2",
"columnify": "^1.5.4",
"commander": "^2.9.0",
"log-update": "^2.0.0",
"request": "^2.69.0",
"tally-rx": "^1.0.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/morriswchris/bushleague.git"
},
"bugs": {
"url": "https://github.com/morriswchris/bushleague/issues"
},
"homepage": "https://github.com/morriswchris/bushleague#readme"
}