fewieden/MMM-OlympicGames

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "mmm-olympicgames",
  "version": "1.4.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"
  }
}