forked from robertklep/bosch-xmpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.21 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
{
"name": "bosch-xmpp",
"version": "1.0.2",
"description": "Bosch XMPP protocol library and command line interface",
"main": "index.js",
"keywords": [
"bosch",
"easyremote",
"rrc",
"bosch easyremote",
"bosch rrc",
"ivt",
"ivt anywhere",
"nefit",
"easy",
"nefit easy",
"buderus",
"tc100",
"junkers",
"junkers control",
"ct100",
"worcester",
"worcester wave",
"km50",
"km100",
"km200",
"lani",
"lan2"
],
"repository": {
"type": "git",
"url": "git+https://github.com/robertklep/bosch-xmpp.git"
},
"bin": {
"bosch-xmpp": "./bin/bosch-xmpp"
},
"engines": {
"node": ">=4"
},
"author": "Robert Klep <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/robertklep/bosch-xmpp/issues"
},
"homepage": "https://github.com/robertklep/bosch-xmpp#readme",
"dependencies": {
"bluebird": "^3.5.1",
"cors": "^2.8.4",
"debug": "^3.1.0",
"docopt": "^0.6.2",
"express": "^4.16.3",
"http-string-parser": "0.0.5",
"morgan": "^1.9.1",
"node-xmpp-client": "^3.2.0",
"promise-queue": "^2.2.5",
"sasl-scram-sha-1": "^1.2.1",
"saslmechanisms": "^0.1.1"
}
}