-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
26 lines (26 loc) · 937 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "MMM-AirNow",
"version": "1.0.0",
"description": "MagicMirror 2 module to show air quality based on the US AirNow API.",
"repository": {
"type": "git",
"url": "git+https://github.com/nigel-daniels/MMM-AirNow"
},
"keywords": [
"magic mirror",
"smart mirror",
"air",
"quality",
"module"
],
"author": "Nigel Daniels",
"contributors": "https://github.com/nigel-daniels/MMM-AirNow/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/nigel-daniels/MMM-AirNow/issues"
},
"homepage": "https://github.com/nigel-daniels/MMM-AirNow#readme",
"dependencies": {
"request": "latest"
}
}