forked from jrgp/linfo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 700 Bytes
/
Copy pathcomposer.json
File metadata and controls
33 lines (33 loc) · 700 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":"linfo/linfo",
"description":"App and library for easily parsing and displaying system information of the host, like network/torrents/cpu/memory/usb/pci/sound cards/filesystems/raid array/ipmi/etc.",
"keywords":[
"health",
"system",
"linux",
"specs",
"cpu"
],
"homepage":"http://github.com/jrgp/linfo",
"license":"GPL",
"authors":[
{
"name":"Joe Gillotti",
"email":"joe@joegillotti.com",
"homepage":"http://joegillotti.com",
"role":"Author"
}
],
"require":{
"php":">=5.3.0",
"ext-pcre":"*"
},
"suggest":{
"ext-com":"On Windows"
},
"autoload": {
"psr-4": {
"Linfo\\": "src/Linfo"
}
}
}