forked from toto/homebridge-airrohr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 874 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
{
"name": "homebridge-airrohr",
"version": "1.1.5",
"description": "HomeBridge module for the DIY luftdaten.info particulates sensor",
"main": "index.js",
"scripts": {
"test": "mocha test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toto/homebridge-airrohr.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"nodemcu",
"airrohr",
"feinstaub",
"homekit"
],
"engines": {
"node": ">=6.0.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"moment": "^2.18.1",
"fakegato-history": "^0.4.0"
},
"devDependencies": {
"chai": "*",
"mocha": "*"
},
"author": "Thomas Kollbach <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/toto/homebridge-airrohr/issues"
},
"homepage": "https://github.com/toto/homebridge-airrohr#readme"
}