php-pulseaudio/composer.json

18 lines
362 B
JSON
Raw Permalink Normal View History

2017-02-13 01:53:48 +00:00
{
2017-03-28 21:22:40 +00:00
"name": "noccylabs/pulseaudio",
2017-02-13 01:53:48 +00:00
"description": "Control PulseAudio",
"type": "library",
"license": "GPL-3.0",
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "cvagnetoft@gmail.com"
}
],
"autoload": {
"psr-4": {
"NoccyLabs\\PulseAudio\\": "src/"
}
}
}