-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
50 lines (50 loc) · 1.1 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
50
{
"name": "pimatic-z-way",
"description": "Plugin for controlling devices using Z-Way (z-wave.me)",
"author": {
"name": "Mathias Nestler",
"email": "[email protected]",
"url": "http://mne.io"
},
"main": "z-way",
"files": [
"device-config-schema.coffee",
"z-way-config-schema.coffee",
"z-way.coffee",
"README.md"
],
"version": "1.4.3",
"homepage": "https://github.com/MMore/pimatic-z-way",
"repository": {
"type": "git",
"url": "git://github.com/MMore/pimatic-z-way.git"
},
"configSchema": "z-way-config-schema.coffee",
"dependencies": {
"request-promise": "0.4.*"
},
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
},
"bugs": {
"url": "https://github.com/MMore/pimatic-z-way/issues"
},
"scripts": {},
"_from": "pimatic-z-way@",
"_npmVersion": "2.1.4",
"_nodeVersion": "0.10.32",
"_npmUser": {
"name": "mathias.nestler",
"email": "[email protected]"
},
"maintainers": [
{
"name": "mathias.nestler",
"email": "[email protected]"
}
]
}