-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
37 lines (37 loc) · 926 Bytes
/
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
{
"name": "mmm-soccer",
"version": "2.2.1",
"description": "European Soccer Standings Module for MagicMirror2",
"repository": {
"type": "git",
"url": "git+https://github.com/fewieden/MMM-soccer.git"
},
"keywords": [
"MagicMirror",
"soccer standings"
],
"author": "fewieden",
"license": "MIT",
"bugs": {
"url": "https://github.com/fewieden/MMM-soccer/issues"
},
"homepage": "https://github.com/fewieden/MMM-soccer#readme",
"scripts": {
"docs": "jsdoc -c jsdoc.json .",
"lint": "eslint . && stylelint **/*.css",
"test": "jest",
"test:coverage": "jest --coverage"
},
"dependencies": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-recommended": "^4.1.0",
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.3",
"jsdoc": "^3.6.6",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0"
}
}