-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1.05 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
{
"author": {
"name": "@ohdarling88, @bfishadow",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/bfishadow/homebridge-laser-egg/issues"
},
"bundleDependencies": false,
"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/bfishadow/homebridge-laser-egg/",
"keywords": [
"homebridge-plugin",
"homebridge",
"air quality",
"laser egg",
"pollution"
],
"license": "ISC",
"main": "index.js",
"name": "homebridge-laser-egg",
"repository": {
"type": "git",
"url": "git+https://github.com/bfishadow/homebridge-laser-egg.git"
},
"scripts": {
"test": "echo \"Error: \" && exit 1"
},
"version": "1.0.1"
}