-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 913 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
{
"name": "pimatic-tplink-smartplug",
"description": "This plugin adds the functionality to control TP Link Smartplug HS100 and HS110 via pimatic",
"author": {
"name": "Lukas Reinhart",
"email": "reinhart.lukas+npm@gmail.com"
},
"main": "tplink-smartplug",
"license": "GPL-2.0",
"files": [
"tplink-smartplug.coffee",
"README.md",
"tplink-smartplug-config-schema.coffee",
"device-config-schema.coffee"
],
"version": "0.0.8",
"homepage": "https://github.com/thexperiments/pimatic-tplink-smartplug",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/thexperiments/pimatic-tplink-smartplug.git"
},
"configSchema": "tplink-smartplug-config-schema.coffee",
"dependencies": {
"tplink-smarthome-api": "^0.22.0"
},
"peerDependencies": {
"pimatic": "0.9.*"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
}
}