-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.13 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
{
"name": "pimatic-owntracks",
"description": "Owntracks support for Pimatic",
"author_name": "dpressle",
"author_url": "https://github.com/dpressle",
"npmUser": "dpressle",
"main": "owntracks",
"files": [
"owntracks.coffee",
"owntracks-config-schema.coffee",
"device-config-schema.coffee",
"README.md",
"LICENSE"
],
"version": "1.0.2",
"homepage": "http://github.com/dpressle/pimatic-owntracks",
"repository": {
"type": "git",
"url": "git://github.com/dpressle/pimatic-owntracks.git"
},
"configSchema": "owntracks-config-schema.coffee",
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"dependencies": {
"mqtt": ">=1.1.x",
"geolib": "*"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
},
"bugs": {
"url": "https://github.com/dpressle/pimatic-owntrack/issues"
},
"keywords": [
"pimatic",
"owntracks"
],
"license": "AGPL-3.0",
"_npmVersion": "2.1.5",
"_nodeVersion": "0.10.24",
"_npmUser": {
"name": "",
"email": ""
},
"maintainers": [
{
"name": "dpressle",
"url": "https://github.com/dpressle"
}
]
}