16 lines
371 B
JSON
16 lines
371 B
JSON
|
{
|
||
|
"name": "noccylabs/linux-cpu",
|
||
|
"description": "Get information and manage frequency scaling (Linux)",
|
||
|
"license": "GPL-3.0",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Christopher Vagnetoft",
|
||
|
"email": "cvagnetoft@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"NoccyLabs\\Linux\\Cpu\\": "lib/"
|
||
|
}
|
||
|
}
|
||
|
}
|