forked from naparuba/pack-linux-ssh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (32 loc) · 745 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": "linux-ssh",
"types": ["pack"],
"version": "2.0",
"homepage": "https://github.com/naparuba/pack-linux-ssh",
"author": "Gabes Jean",
"description": "Linux checks based on SSH without any script on distant server",
"contributors": [
{
"name": "Christophe Crier",
"email": "2cadz@adiczion.net"
},
{
"name": "Imrane Dessai",
"email": "dessai.imrane@gmail.com"
},
{
"name": "Gabes Jean",
"email": "naparuba@gmail.com"
}
],
"repository": "https://github.com/naparuba/pack-linux-ssh",
"keywords": [
"pack",
"linux",
"ssh"
],
"dependencies": {
"shinken": ">=1.4"
},
"license": "AGPL"
}