-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 835 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 835 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
30
31
32
33
34
35
36
37
38
39
{
"name": "mmm-pga",
"version": "2.3.0",
"type": "commonjs",
"description": "A MagicMirror² module to display PGA leaderboards, tournaments, and rankings",
"repository": {
"type": "git",
"url": "git+https://github.com/dathbe/MMM-PGA.git"
},
"keywords": [
"MagicMirror",
"Module",
"Sports",
"PGA",
"Golf"
],
"author": "mcl8on",
"contributors": [
{"name": "mcl8on"},
{"name": "mumblebaj"},
{"name": "dathbe"},
{"name": "mattpclayton"}
],
"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"
}
}