-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 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
{
"configSchema": "mochad-config-schema.coffee",
"name": "pimatic-mochad",
"description": "Connects pimatic to mochad (an X10-controller controller)",
"keywords" : [
"pimatic",
"x10",
"devices"
],
"author": {
"name": "Patrick Kuijvenhoven",
"email": "patrick.kuijvenhoven@gmail.com",
"url": "https://github.com/petski"
},
"npmUser": "petski",
"contributors": [
{
"name": "Eric Dorsey",
"url": "https://github.com/edorsey"
}
],
"main": "mochad.coffee",
"files": [
"app",
"README.md",
"mochad.coffee",
"mochad-config-schema.coffee",
"mochad-device-schema.coffee"
],
"version": "0.9.53",
"homepage": "https://github.com/petski/pimatic-mochad",
"repository": {
"type": "git",
"url": "git://github.com/petski/pimatic-mochad.git"
},
"license": "GPL-2.0",
"dependencies": {
"reconnect-net": "~0.0.0"
},
"peerDependencies": {
"pimatic": "0.9.*"
},
"engines": {
"node": ">0.10.x",
"npm": ">1.1.x"
}
}