forked from andreek/node-eibd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (58 loc) · 1.02 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
{
"name": "eibd",
"version": "0.3.5",
"description": "node eibd client",
"main": "./index",
"repository": {
"type": "git",
"url": "https://github.com/andreek/node-eibd"
},
"engines": {
"node": ">=0.10.0"
},
"bin": {
"groupread": "./bin/groupread",
"groupsocketlisten": "./bin/groupsocketlisten",
"groupswrite": "./bin/groupswrite",
"groupwrite": "./bin/groupwrite",
"groupsend": "./bin/groupsend"
},
"devDependencies": {
"mocha": "*"
},
"author": "Andree Klattenhoff",
"contributors": [
{
"name": "Dries Verbrugge"
},
{
"name": "Andreas Monitzer"
},
{
"name": "Raoul"
},
{
"name": "Marco Piraccini"
},
{
"name": "stasee"
}
],
"scripts": {
"test": "mocha -R list ./test"
},
"licenses": [
{
"type": "GPL",
"url": "http://github.com/andreek/node-eibd/LICENSE"
}
],
"keywords": [
"knx",
"eibd",
"house automation"
],
"bugs": {
"url": "http://github.com/andreek/node-eibd/issues"
}
}