forked from vincep5/MMM-MyStandings
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.13 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.13 KB
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
55
56
57
{
"name": "mmm-mystandings",
"version": "2.10.0",
"type": "commonjs",
"description": "A MagicMirror² module to display standings and rankings for your favorite leagues and divisions from many major sports, including Olympics.",
"repository": {
"type": "git",
"url": "git+https://github.com/dathbe/MMM-MyStandings.git"
},
"keywords": [
"MagicMirror",
"Module",
"Sports",
"Standings",
"Rankings",
"Medal Count",
"Olympics",
"NBA",
"WNBA",
"NCAA",
"NCAAM",
"NCAAW",
"Basketball",
"MLB",
"Baseball",
"NFL",
"NCAAF",
"CFL",
"Football",
"NHL",
"Hockey",
"MLS",
"NWSL",
"Soccer",
"Lacrosse",
"Rugby"
],
"author": "vincep5",
"contributors": [
{"name": "vincep5"},
{"name": "dathbe"},
{"name": "KristjanESPERANTO"},
{"name": "drewski3420"}
],
"scripts": {
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "node --run lint"
},
"license": "MIT",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "^10.0.3",
"globals": "^17.4.0"
}
}