-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 976 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
42
43
{
"name": "pimatic-dooya",
"version": "1.0.1",
"description": "Pimatic plugin to control motorized blinds equipped with Dooya tubular motors",
"main": "dooya.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codedealer/pimatic-dooya.git"
},
"files": [
"dooya.coffee",
"README.md",
"dooya-config-schema.coffee",
"device-config-schema.coffee"
],
"configSchema": "dooya-config-schema.coffee",
"keywords": [
"pimatic",
"DC",
"motor",
"dooya",
"radio",
"akko"
],
"peerDependencies": {
"pimatic": "0.9.*"
},
"dependencies": {
"rpio": "^2.1.1"
},
"devDependencies": {
"pimatic": "^0.9.54"
},
"author": "Thomas Mello",
"license": "MIT",
"bugs": {
"url": "https://github.com/codedealer/pimatic-dooya/issues"
},
"homepage": "https://github.com/codedealer/pimatic-dooya#readme"
}