{
  "name": "phanan/remote",
  "description": "Bringing the Remote library back to Laravel 5.",
  "keywords": [
    "laravel",
    "remote",
    "ssh"
  ],
  "homepage": "https://github.com/phanan/remote",
  "license": "MIT",
  "authors": [
    {
      "name": "Phan An",
      "email": "me@phanan.net",
      "homepage": "http://phanan.net"
    }
  ],
  "require": {
    "php": ">=5.4.0",
    "phpseclib/phpseclib": "2.0.*"
  },
  "require-dev": {
    "phpunit/phpunit": "~4.0",
    "laravel/framework": "~5.1"
  },
  "autoload": {
    "psr-4": {
      "PhanAn\\Remote\\": "src"
    }
  }
}
