-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.2 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
{
"name": "pimatic-check-alive",
"description": "Provides presence sensors for your remote devices that send data periodically, so actions can be triggered if a device was gone.",
"author": "Arthur Grasin (http://ptvo.info)",
"main": "check-alive.coffee",
"files": [
"app",
"check-alive.coffee",
"device-config-schema.coffee",
"check-alive-config-schema.coffee",
"README.md",
"LICENSE"
],
"version": "0.1.0",
"homepage": "http://github.com/ptvoinfo/pimatic-check-alive",
"_repository": {
"type": "git",
"url": "git://github.com/ptvoinfo/pimatic-check-alive.git"
},
"license": "MIT",
"configSchema": "check-alive-config-schema.coffee",
"dependencies": {
},
"devDependencies": {
"blanket": "^1.2.3",
"bluebird": "^3.4.6",
"cassert": "^0.1.2",
"coffee-errors": "^0.8.6",
"coffee-script": "^1.12.2",
"decl-api": "0.0.22",
"lodash": "^4.17.2"
},
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
},
"keywords": [
"pimatic",
"plugin",
"devices",
"alert",
"keep alive",
"update timeout",
"watchdog",
"variable udpate",
"check range"
]
}