-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.08 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
{
"name": "pimatic-edimax",
"description": "Pimatic Plugin for Edimax WiFi Smart Plugs",
"author": {
"name": "Marcus Wittig",
"url": "https://github.com/mwittig/pimatic-edimax"
},
"main": "edimax",
"files": [
"edimax.coffee",
"README.md",
"edimax-config-schema.coffee",
"device-config-schema.coffee",
"HISTORY.md",
"LICENSE",
"screenshot-1.png"
],
"version": "0.3.19",
"homepage": "https://github.com/mwittig/pimatic-edimax",
"keywords": [
"pimatic",
"SmartPlug",
"SmartHome",
"SmartMeter",
"Volkszaehler",
"Monitoring"
],
"repository": {
"type": "git",
"url": "git://github.com/mwittig/pimatic-edimax.git"
},
"bugs": {
"url": "https://github.com/mwittig/pimatic-edimax/issues"
},
"license": "AGPL-3.0",
"configSchema": "edimax-config-schema.coffee",
"dependencies": {
"bluebird-retry": "^0.11.0",
"edimax-smartplug": "^0.0.23",
"pimatic-plugin-commons": "^0.9.5"
},
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">= 4",
"npm": ">1.1.x"
}
}