php-upnp/composer.json

20 lines
398 B
JSON
Raw Normal View History

2017-02-16 15:29:55 +00:00
{
"name": "noccylabs/upnp",
"description": "UPnP Client library",
"type": "library",
"license": "GPL-3.0",
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "cvagnetoft@gmail.com"
}
],
"autoload": {
"psr-4": {
"NoccyLabs\\UPnP\\": "src/"
}
2017-02-16 16:40:02 +00:00
},
"bin": [
"bin/upnp-discover"
]
2017-02-16 15:29:55 +00:00
}