Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 28.0.0 to 34.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/28.0.0...34.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "MMM-HomeAssistantDisplay",
|
|
"version": "1.0.1",
|
|
"description": "Module Base template for create new modules for MagicMirror",
|
|
"scripts": {
|
|
"test": "./node_modules/grunt/bin/grunt"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wonderslug/MMM-HomeAssistantDisplay.git"
|
|
},
|
|
"keywords": [
|
|
"magic mirror",
|
|
"home assistant",
|
|
"module"
|
|
],
|
|
"author": "Brian Towles",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wonderslug/MMM-HomeAssistantDisplay/issues"
|
|
},
|
|
"homepage": "https://github.com/wonderslug/MMM-HomeAssistantDisplay",
|
|
"dependencies": {
|
|
"@mdi/font": "latest",
|
|
"backoff": "^2.5.0",
|
|
"homeassistant": "^0.2.0",
|
|
"homeassistant-ws": "^0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "latest",
|
|
"grunt-eslint": "latest",
|
|
"grunt-jsonlint": "latest",
|
|
"grunt-markdownlint": "latest",
|
|
"grunt-stylelint": "latest",
|
|
"grunt-yamllint": "latest",
|
|
"stylelint": "^14.16.1",
|
|
"stylelint-config-standard": "^34.0.0",
|
|
"time-grunt": "latest"
|
|
}
|
|
}
|