{
  "name": "virgil/crypto-api",
  "type": "library",
  "description": "Virgil crypto API contains a bunch of common cipher interfaces",
  "keywords": [
    "cipher",
    "virgil crypto",
    "crypto api"
  ],
  "homepage": "http://virgilsecurity.com",
  "license": "BSD-3-Clause",
  "authors": [
    {
      "name": "Virgil Security, Inc",
      "email": "support@virgilsecurity.com",
      "homepage": "http://virgilsecurity.com"
    }
  ],
  "require": {
    "php": ">=5.6"
  },
  "autoload": {
    "psr-4": {
      "Virgil\\CryptoApi\\": "Virgil/CryptoApi/"
    }
  }
}
