fewieden/MMM-Fuel

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "mmm-fuel",
  "version": "2.5.0",
  "description": "Gas Station price Module for MagicMirror2",
  "scripts": {
    "lint": "eslint . && stylelint **/*.css",
    "docs": "jsdoc -c jsdoc.json ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fewieden/MMM-Fuel.git"
  },
  "keywords": [
    "MagicMirror",
    "Fuel price",
    "Gas Station"
  ],
  "author": "fewieden",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fewieden/MMM-Fuel/issues"
  },
  "homepage": "https://github.com/fewieden/MMM-Fuel#readme",
  "devDependencies": {
    "eslint": "^7.32.0",
    "eslint-config-recommended": "^4.1.0",
    "jsdoc": "^3.6.11",
    "stylelint": "^14.10.0",
    "stylelint-config-standard": "^27.0.0"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "moment": "^2.29.4",
    "node-fetch": "^2.6.7",
    "node-html-parser": "^5.4.1"
  }
}