forked from aanon4/homebridge-purpleair
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 973 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
27
28
29
30
31
32
33
34
35
36
{
"name": "@timjwilkinson/homebridge-purpleair",
"version": "1.0.13",
"description": "Homebridge plugin for showing PurpleAir air quality, temperature and humidity data (fork of original plugin, with various improvements)",
"main": "index.js",
"keywords": [
"homebridge-plugin",
"homebridge",
"purple air",
"purpleair",
"air quality",
"pollution"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aanon4/homebridge-purpleair.git"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"author": "Barry A. Burke, Tim Wilkinson",
"license": "GNU",
"bugs": {
"url": "https://github.com/aanon4/homebridge-purpleair/issues"
},
"homepage": "https://github.com/aanon4/homebridge-purpleair#readme",
"dependencies": {
"request": "^2.83.0",
"stringstream": ">=0.0.6",
"extend": ">=3.0.2"
}
}