-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "edimax-smartplug",
"version": "0.0.24",
"description": "Node module to communicate with Edimax Smart Plugs",
"author": {
"name": "Marcus Wittig",
"url": "https://github.com/mwittig/edimax-smartplug"
},
"contributors": [
{
"name": "Markus Plessing",
"url": "https://github.com/mplessing"
},
{
"name": "Matt Galloway",
"email": "[email protected]",
"url": "http://www.galloway.me.uk/"
}
],
"main": "index",
"homepage": "https://github.com/mwittig/edimax-smartplug",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mwittig/edimax-smartplug"
},
"bugs": {
"url": "https://github.com/mwittig/edimax-smartplug/issues"
},
"keywords": [
"SmartHome",
"SmartPlug",
"Edimax",
"Metering"
],
"dependencies": {
"bluebird": "^3.5.3",
"es6-object-assign": "^1.1.0",
"http-digest-client": "git+https://github.com/mwittig/node-http-digest-client.git#b8551fe1a27e364d87b90f6a22117232f7683f71",
"lodash.isundefined": "^3.0.1",
"lodash.parseint": "^4.0.2",
"xmldom": "^0.1.27",
"xpath": "0.0.27"
}
}