-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 951 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
40
41
{
"name": "mqtt-dss-bridge",
"description": "MQTT digitalSTROM-Server Bridge",
"version": "0.1.0",
"author": "Chris Gross",
"copyright": "Copyright © 2015 [cgHome]. All rights reserved.",
"license": "MIT",
"contributors": [
"Chris Gross <cgHome@gmx.net>"
],
"homepage": "https://github.com/cgHome/mqtt-dss-bridge#readme",
"repository": {
"type": "git",
"url": "git://github.com/cgHome/mqtt-dss-bridge.git"
},
"bugs": {
"url": "git://github.com/cgHome/mqtt-dss-bridge/issues"
},
"keywords": [
"mqtt-dss-bridge",
"node",
"MQTT",
"digitalSTROM",
"Smarthome",
"Home Automation"
],
"main": "./lib/index.js",
"engines": {
"node": ">=0.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"console-stamp": "^0.1.6",
"lodash": "^3.9.3",
"mqtt": "^1.2.1",
"mqtt-regex": "^1.0.4",
"request": "^2.57.0"
}
}