-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 842 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 842 Bytes
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
{
"name": "pimatic-ping",
"description": "Provides presence sensors for your wifi device, so actions can be triggered if a wifi device is present.",
"author": "Oliver Schneider <oliverschneider89+sweetpi@gmail.com> (http://sweetpi.de)",
"main": "ping.coffee",
"files": [
"doc",
"test",
"ping.coffee",
"device-config-schema.coffee",
"ping-config-schema.coffee",
"README.md",
"LICENSE"
],
"version": "0.9.5",
"homepage": "http://github.com/pimatic/pimatic",
"repository": {
"type": "git",
"url": "git://github.com/pimatic/pimatic-ping.git"
},
"license": "GPL-2.0",
"configSchema": "ping-config-schema.coffee",
"dependencies": {
"net-ping": "^1.2.0"
},
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
}
}