forked from moh1t/homebridge-laser-egg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 KB
/
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
37
38
39
40
41
{
"bugs": {
"url": "https://github.com/mickey-mikey/homebridge-laser-egg/issues"
},
"bundleDependencies": [],
"contributors": [
"@moh1t",
"@bfishadow",
"@ohdarling88"
],
"dependencies": {
"lower-case": "^1.1.4",
"request": "^2.81.0",
"striptags": "^3.0.1"
},
"deprecated": false,
"description": "A plugin for homebridge to support first gen Laser Egg air quality monitors.",
"engines": {
"homebridge": ">=0.2.0",
"node": ">=0.12.0"
},
"homepage": "https://github.com/mickey-mikey/homebridge-laser-egg#readme",
"keywords": [
"homebridge-plugin",
"homebridge",
"air quality",
"laser egg",
"pollution"
],
"license": "ISC",
"main": "index.js",
"name": "@mickey-mikey/homebridge-laser-egg",
"repository": {
"type": "git",
"url": "git+https://github.com/mickey-mikey/homebridge-laser-egg.git"
},
"scripts": {
"test": "echo \"Error: \" && exit 1"
},
"version": "1.0.3"
}