-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
46 lines (46 loc) · 1.01 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
42
43
44
45
46
{
"name": "homekit-adapter",
"version": "0.12.0-alpha.1",
"description": "HomeKit device adapter.",
"author": "WebThingsIO",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"lint": "eslint ."
},
"homepage": "https://github.com/WebThingsIO/homekit-adapter",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/WebThingsIO/homekit-adapter.git"
},
"bugs": {
"url": "https://github.com/WebThingsIO/homekit-adapter/issues"
},
"dependencies": {
"color": "^3.1.3",
"hap-controller": "^0.4.0",
"mkdirp": "^1.0.4",
"node-persist": "^3.1.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.21.0"
},
"files": [
"LICENSE",
"README.md",
"SHA256SUMS",
"index.js",
"lib/homekit-adapter.js",
"lib/homekit-database.js",
"lib/homekit-device.js",
"lib/homekit-property.js",
"lib/property-utils.js",
"lib/util.js",
"lib/vendor-extensions.js",
"manifest.json"
]
}