forked from ioBroker/ioBroker.knx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.71 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
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "iobroker.knx",
"version": "1.0.42",
"description": "ioBroker knx Adapter ",
"author": {
"name": "K.Ringmann",
"email": "[email protected]"
},
"engines": {
"node": ">=8.9.4"
},
"contributors": [
{
"name": "K.Ringmann",
"email": "[email protected]"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.knx",
"licenses": [
{
"type": "CC-BY-NC-4.0",
"url": "https://github.com/ioBroker/ioBroker.knx/blob/master/LICENSE"
}
],
"license": "CC-BY-NC-4.0",
"keywords": [
"ioBroker",
"knx",
"Smart Home",
"home automation"
],
"main": "knx.js",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.knx"
},
"dependencies": {
"adm-zip": "^0.4.16",
"binary-parser": "^1.6.2",
"binary-protocol": "^0.0.0",
"ieee754": "^1.1.13",
"jsonwebtoken": "^8.5.1",
"similarity": "^1.2.1",
"string-similarity": "^4.0.2",
"underscore": "^1.11.0",
"xmldom": "^0.1.27",
"xpath": "^0.0.29",
"zip": "^1.2.0"
},
"devDependencies": {
"gulp-javascript-obfuscator": "^1.1.6",
"babel-core": "^6.26.3",
"babel-minify": "^0.5.1",
"@babel/preset-env": "^7.11.5",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"chai": "^4.2.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"mocha": "^8.1.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.1",
"gulp-sourcemaps": "^2.6.5"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha",
"prepublishOnly": "gulp"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.knx/issues"
},
"readmeFilename": "README.md"
}