|
12345678910111213141516171819202122232425262728293031 |
- {
- "name": "mmm-dynamicweather",
- "version": "2.14.1",
- "description": "A heavily configurable MagicMirror Module to display different animations based on current weather and show customized event effects.",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/scottcl88/MMM-DynamicWeather.git"
- },
- "keywords": [
- "magic mirror",
- "module",
- "weather"
- ],
- "author": "Scott Lewis",
- "license": "MIT",
- "bugs": {
- "url": "git+https://github.com/scottcl88/MMM-DynamicWeather/issues"
- },
- "homepage": "git+https://github.com/scottcl88/MMM-DynamicWeather#readme",
- "main": "MMM-DynamicWeather.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "dependencies": {
- "typescript": "^4.1.3"
- },
- "prettier": {
- "printWidth": 200
- },
- "devDependencies": {}
- }
|