forked from tommasomarchionni/homebridge-openhab2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.57 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "homebridge-openhab2",
"version": "0.0.11",
"description": "A openHAB2 plugin for homekit.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "mocha --exit -r ts-node/register spec/**.spec.ts spec/**/**.spec.ts",
"prepublishOnly": "tsc -p ./ --outDir dist/",
"start": "echo \"Error: configure and run homebridge to start\" && exit 1"
},
"engines": {
"node": ">7.0.0",
"homebridge": ">=0.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tommasomarchionni/homebridge-openhab2.git"
},
"keywords": [
"homebridge-plugin",
"openHAB2",
"homekit",
"z-wave",
"Siri"
],
"dependencies": {
"chai-as-promised": "^7.1.1",
"eventsource": "^1.0.5",
"hap-nodejs": "0.4.36",
"mdns": "^2.3.4",
"node-gyp": "^3.6.2",
"request": "^2.65.0",
"ts-deferred": "^1.0.4"
},
"devDependencies": {
"@types/node": "^8.5.7",
"@types/chai": "^4.0.10",
"@types/mocha": "^2.2.45",
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"chai-things": "^0.2.0",
"express": "^4.13.3",
"express-sse": "^0.4.1",
"homebridge": "^0.4.33",
"mocha": "^4.0.1",
"mocha-prepare": "^0.1.0",
"ts-node": "^4.1.0",
"typescript": "^2.6.2"
},
"bugs": {
"url": "https://github.com/tommasomarchionni/homebridge-openhab2.git/issues"
},
"homepage": "https://github.com/tommasomarchionni/homebridge-openhab2.git",
"license": "ISC",
"author": {
"name": "Tommaso Marchionni",
"email": "[email protected]"
},
"preferGlobal": true
}