forked from PJCzx/homebridge-thermostat
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
30 lines (30 loc) · 759 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
{
"name": "homebridge-daikin",
"version": "0.1.4",
"description": "daikin plugin for homebridge: https://github.com/nfarina/homebridge",
"license": "ISC",
"keywords": [
"homebridge-plugin"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"author": "Dirty DevWork",
"repository": {
"type": "git",
"url": "git+https://github.com/DirtyDevWork/homebridge-daikin.git"
},
"dependencies": {
"request": "^2.65.0"
},
"bugs": {
"url": "https://github.com/DirtyDevWork/homebridge-daikin/issues"
},
"homepage": "https://github.com/DirtyDevWork/homebridge-daikin#readme",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}