forked from dave-atx/homebridge-platform-smartac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 840 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
{
"name": "homebridge-platform-smartac",
"version": "1.1.2",
"description": "SmartAC plugin for homebridge",
"keywords": [
"homebridge-plugin",
"smartac",
"coolny",
"thinkeco",
"thermostat"
],
"main": "index.js",
"author": "Dave Marquard <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/dave-atx/homebridge-platform-smartac.git"
},
"bugs": {
"url": "https://github.com/dave-atx/homebridge-platform-smartac/issues"
},
"homepage": "https://github.com/dave-atx/homebridge-platform-smartac#readme",
"dependencies": {
"cheerio": "^0.22.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
},
"engines": {
"node": ">=7.6.0",
"homebridge": ">=0.3.0"
},
"devDependencies": {
"eslint": "^4.11.0"
}
}