Arquivos
2016-04-06 09:43:26 +02:00

26 linhas
643 B
JSON

{
"name": "jolicode/php-ar-drone",
"description": "Control your AR Drone over PHP",
"type": "library",
"license": "MIT",
"homepage": "https://github.com/jolicode/php-ar-drone",
"keywords": ["ar-drone", "parrot", "react", "socket"],
"require": {
"react/socket-client": "^0.3",
"react/socket" : "0.3.*",
"react/dns" : "0.3.*",
"react/datagram" : "v1.0.0"
},
"authors": [
{
"name": "Baptiste Adrien",
"email": "adrien.baptiste@gmail.com"
}
],
"autoload": {
"psr-0": {
"Joli\\ArDrone": "src/"
}
}
}