forked from jclarke0000/MMM-MyScoreboard
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.14 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.14 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
58
59
{
"name": "mmm-myscoreboard",
"version": "4.15.0",
"type": "commonjs",
"description": "A MagicMirror² module to display scores for your favorite teams from many major sports.",
"repository": {
"type": "git",
"url": "git+https://github.com/dathbe/MMM-MyScoreboard.git"
},
"keywords": [
"MagicMirror",
"Module",
"Sports",
"Scores",
"NBA",
"WNBA",
"NCAA",
"NCAAM",
"NCAAW",
"Basketball",
"MLB",
"Baseball",
"NFL",
"NCAAF",
"CFL",
"Football",
"NHL",
"Hockey",
"MLS",
"NWSL",
"Soccer",
"Lacrosse",
"Rugby"
],
"author": "Jeff Clarke",
"contributors": [
{"name": "Jeff Clarke"},
{"name": "dathbe"},
{"name": "mikeyounge"},
{"name": "szech"},
{"name": "jvoss117-2"},
{"name": "gerber55555"}
],
"scripts": {
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "node --run lint"
},
"license": "MIT",
"dependencies": {
"moment-timezone": "^0.6.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "^10.2.0",
"globals": "^17.4.0"
}
}