-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 849 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
{
"name": "mmm-olympicgames",
"version": "1.5.0",
"description": "Olympic Games Module for MagicMirror²",
"scripts": {
"lint": "eslint . && stylelint **/*.css",
"lint:fix": "eslint --fix . && stylelint --fix **/*.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fewieden/MMM-OlympicGames.git"
},
"keywords": [
"MagicMirror",
"Olympic Games"
],
"author": "fewieden",
"license": "MIT",
"bugs": {
"url": "https://github.com/fewieden/MMM-OlympicGames/issues"
},
"homepage": "https://github.com/fewieden/MMM-OlympicGames#readme",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-recommended": "^4.1.0",
"stylelint": "^14.5.1",
"stylelint-config-standard": "^25.0.0"
},
"dependencies": {
"lodash": "^4.17.21",
"node-fetch": "^2.6.7"
}
}