-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 874 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
{
"name": "ets-knx-group-xml-to",
"version": "1.0.0",
"description": "import an ETS KNX XML group address export into js",
"main": "index.js",
"scripts": {
"test": "standard && jest"
},
"standard": {
"env": [ "jest" ]
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluewire-solutions/ets-knx-group-xml-to-js.git"
},
"keywords": [
"ets",
"knx",
"node",
"building",
"automation",
"smart",
"home",
"iot"
],
"author": "bluewire.solutions GmbH & Co. KG",
"license": "MIT",
"bugs": {
"url": "https://github.com/bluewire-solutions/ets-knx-group-xml-to-js/issues"
},
"homepage": "https://github.com/bluewire-solutions/ets-knx-group-xml-to-js#readme",
"dependencies": {
"xml2js": "^0.4.23"
},
"devDependencies": {
"jest": "^26.6.3",
"standard": "^16.0.3"
}
}