{
"name": "CryptLib/CryptLib",
"type": "library",
"version": "0.0.1-alpha1",
"description": "A General Purpose Cryptography Library",
"keywords": ["encryption", "cryptography", "cipher"],
"homepage": "https://github.com/ircmaxell/PHP-CryptLib",
"license": "MIT",
"authors": [
{
"name": "Anthony Ferrara",
"email": "ircmaxell@ircmaxell.com",
"homepage": "http://blog.ircmaxell.com"
}
],
"require-dev": {
"mikey179/vfsStream": "1.1.*"
},
"require": {
"php": ">=5.3.2"
},
"autoload": {
"psr-0": {
"CryptLib": "lib"
}
}
}