{
  "name": "flipboxfactory/keychain",
  "description": "Key pair management for Craft CMS",
  "version": "1.0.3",
  "type": "craft-plugin",
  "keywords": [
    "cms",
    "craftcms",
    "openssl",
    "key pair",
    "yii2"
  ],
  "require": {
    "craftcms/cms": "^3.0.0",
    "lib-openssl": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "^5.0",
    "squizlabs/php_codesniffer": "^2.0"
  },
  "autoload": {
    "psr-4": {
      "flipbox\\keychain\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "flipbox\\keychain\\tests\\": "tests/src/"
    }
  },
  "support": {
    "email": "support@flipboxfactory.com",
    "issues": "https://github.com/flipboxfactory/keychain/issues?state=open",
    "source": "https://github.com/flipboxfactory/keychain",
    "docs": "https://github.com/flipboxfactory/keychain",
    "rss": "https://github.com/flipboxfactory/keychain/commits/master.atom"
  },
  "extra": {
    "name": "KeyChain",
    "version": "1.0.3",
    "schemaVersion": "1.0.0",
    "handle": "keychain",
    "class": "flipbox\\keychain\\KeyChain",
    "developer": "Flipbox Digital",
    "developerUrl": "https://www.flipboxdigital.com",
    "changelogUrl": "https://raw.githubusercontent.com/flipboxfactory/keychain/master/CHANGELOG.md",
    "downloadUrl": "https://github.com/flipboxfactory/keychain/archive/master.zip"
  }
}
