We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e1554 commit abc90c6Copy full SHA for abc90c6
package.json
@@ -0,0 +1,21 @@
1
+{
2
+ "name": "airquality",
3
+ "version": "2.0.0",
4
+ "description": "A module for the MagicMirror² to display a location's air quality index.",
5
+ "main": "MMM-AirQuality.js",
6
+ "homepage": "https://github.com/CFenner/MMM-AirQuality#readme",
7
+ "bugs": {
8
+ "url": "https://github.com/CFenner/MMM-AirQuality/issues"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/CFenner/MMM-AirQuality.git"
13
14
+ "keywords": [
15
+ "magicmirror",
16
+ "aqi",
17
+ "smarthome"
18
+ ],
19
+ "author": "Christopher Fenner",
20
+ "license": "MIT"
21
+ }
0 commit comments