forked from home-assistant/homebridge-homeassistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 872 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-homeassistant",
"version": "3.1.0",
"description": "Homebridge plugin for Home Assistant: https://home-assistant.io",
"license": "Apache-2.0",
"keywords": [
"homebridge-plugin",
"homebridge",
"plugin",
"home-assistant",
"home assistant",
"home",
"assistant",
"homekit",
"siri"
],
"repository": {
"type": "git",
"url": "git://github.com/home-assistant/homebridge-homeassistant.git"
},
"bugs": {
"url": "http://github.com/home-assistant/homebridge-homeassistant/issues"
},
"engines": {
"node": ">=4.3.2",
"homebridge": ">=0.3.0"
},
"dependencies": {
"eventsource": "^0.2.1",
"request": "^2.69.0"
},
"devDependencies": {
"eslint": "^3.13.1",
"eslint-config-airbnb-base": "^11.1.0"
},
"scripts": {
"test": "eslint index.js accessories/*"
}
}