-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 934 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
37
38
39
40
41
42
43
{
"name": "homebridge-flower-sensor",
"version": "0.3.1",
"description": "Use HomeKit to monitor your plants with homebridge",
"main": "src/index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint src",
"release": "npm-github-release"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"plugin",
"parrot",
"flower",
"power",
"HomeKit",
"home",
"automation"
],
"author": "Michael Fröhlich",
"license": "MIT",
"engines": {
"node": ">=9.3.0",
"homebridge": ">=0.4.36"
},
"devDependencies": {
"eslint": "^4.18.0",
"npm-github-release": "^0.9.0"
},
"dependencies": {
"array-equal": "^1.0.0",
"clone": "^2.1.1",
"debug": "^3.1.0",
"moment": "^2.20.1",
"noble": "^1.9.0",
"sequential-task-queue": "^1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/grover/homebridge-flower-sensor.git"
}
}