-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 901 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
40
41
{
"name": "zvag",
"version": "0.0.9",
"description": "TBD",
"main": "index.js",
"dependencies": {
"debug": "^4.1.1",
"deep-equals": "^0.0.2",
"hemtjanst": "^0.0.9",
"mqtt": "^3.0.0",
"openzwave-shared": "^1.5.6",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.0.2"
},
"devDependencies": {
"@types/node": "^10.14.13",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"scripts": {
"test": "test.js",
"build": "node_modules/typescript/bin/tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hemtjanst/zvag.git"
},
"keywords": [
"hemtjanst",
"homekit",
"mqtt",
"z-wave",
"zwave"
],
"author": "bonan <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hemtjanst/zvag/issues"
},
"homepage": "https://github.com/hemtjanst/zvag#readme"
}