{
    "name": "blocktrail/cryptojs-aes-php",
    "description": "Small openssl_encrypt/decrypt wrapper to be compatible with CryptoJS.AES",
    "license": "MIT",
    "authors": [
        {
            "name": "Ruben de Vries",
            "email": "ruben@rubensayshi.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "Blocktrail\\CryptoJSAES\\": "src/"
        }
    },
    "require": {},
    "require-dev": {
        "phpunit/phpunit": "~4.8"
    }
}
