-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
60 lines (60 loc) · 1.38 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
{
"name": "homematic-virtual-interface",
"version": "0.2.76",
"description": "Homematic Virtual Interface",
"license": "ISC",
"scripts": {
"start": "node lib/index.js || true",
"dev": "DEBUG=* node lib/index.js -D || true",
"test": "xo --space 4"
},
"repository": {
"type": "git",
"url": "git://github.com/thkl/Homematic-Virtual-Interface.git"
},
"engines": {
"node": ">=7.6.0"
},
"bin": {
"hmvi": "bin/hmvi"
},
"dependencies": {
"chalk": "^2.0.0",
"commander": "2.8.1",
"daemonize2": "^0.4.2",
"debug": "^2.2.0",
"group-array": "0.3.1",
"http-headers": "latest",
"iconv-lite": "0.5.1",
"moment": "2.19.3",
"nedb": "1.8.0",
"nedb-logger": "0.1.0",
"node-ssdp": "^4.0.0",
"pem": "latest",
"qs": "6.9.3",
"request": "^2.65.0",
"sax": "0.4.x",
"xml2js": "0.4.17",
"xmlbuilder": "https://github.com/hobbyquaker/xmlbuilder-js/tarball/29fe5030dc6852007dc8d1bfd5109d75f8da58d5"
},
"config": {
"unsafe-perm": true
},
"files": [
"addon/",
"bin/",
"lib/",
"README.md",
"devices/",
"hvl_addon.tar.gz",
"www/"
],
"devDependencies": {
"eslint": "^5.14.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
}
}