Skip to content

Commit abc90c6

Browse files
authored
chore: add package.json (#23)
add package.json
1 parent 64e1554 commit abc90c6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)