forked from fewieden/MMM-NHL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 808 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
{
"name": "mmm-liiga",
"version": "1.0.0",
"description": "National Hockey League Module for MagicMirror²",
"scripts": {
"docs": "jsdoc -c jsdoc.json .",
"lint": "eslint . && stylelint **/*.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timpeer/MMM-Liiga.git"
},
"keywords": [
"MagicMirror",
"NHL",
"ice hockey"
],
"author": "fewieden",
"license": "MIT",
"bugs": {
"url": "https://github.com/timpeer/MMM-Liiga/issues"
},
"homepage": "https://github.com/timpeer/MMM-Liiga#readme",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-recommended": "^4.1.0",
"jsdoc": "^3.6.10",
"stylelint": "^14.8.2",
"stylelint-config-standard": "^25.0.0"
},
"dependencies": {
"node-fetch": "^2.6.7"
}
}