-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
executable file
·63 lines (63 loc) · 1.33 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "pimatic-mysensors",
"description": "MySensors Plugin for pimatic",
"author": {
"name": "Dheeraj Khajuria",
"email": "[email protected]"
},
"main": "MySensors",
"files": [
"MySensors.coffee",
"serialport.coffee",
"ethernet.coffee",
"README.md",
"device-config-schema.coffee",
"MySensors-config-schema.coffee",
"test-MySensors.coffee",
"icon.svg",
"README.md",
"MySensors-config-schema.coffee",
"LICENSE"
],
"version": "0.9.2",
"homepage": "http://pimatic.org",
"repository": {
"type": "git",
"url": "git://github.com/DheerajKhajuria/pimatic-MySensors.git"
},
"license": "GPL-2.0",
"configSchema": "MySensors-config-schema.coffee",
"keywords": [
"pimatic",
"MySensors"
],
"dependencies": {
"serialport": "~6.2.1"
},
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">= 4",
"npm": ">1.1.x"
},
"bugs": {
"url": "https://github.com/DheerajKhajuria/pimatic-MySensors/issues"
},
"scripts": {},
"maintainers": [
{
"name": "dheerajkhajuria",
"email": "[email protected]"
},
{
"name": "sweebee",
"email": "[email protected]"
},
{
"name": "mwittig",
"email": "[email protected]"
}
],
"directories": {}
}