File "composer.json"
Full Path: /home/digidjwy/public_html/wp-content/plugins/mycryptocheckout/vendor/bitwasp/buffertools/composer.json
File size: 705 bytes
MIME-type: application/json
Charset: utf-8
{
"name": "bitwasp/buffertools",
"description": "Toolbox for working with binary and hex data. Similar to NodeJS Buffer.",
"license": "MIT",
"authors": [
{
"name": "Thomas Kerin",
"homepage": "https://thomaskerin.io"
},
{
"name": "Ruben de Vries",
"email": "ruben@rubensayshi.com"
}
],
"autoload": {
"psr-4": {
"BitWasp\\Buffertools\\": "src/Buffertools/"
}
},
"autoload-dev": {
"psr-4": {
"BitWasp\\Buffertools\\Tests\\": "tests/"
}
},
"require": {
"mdanter/ecc": "~0.4"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"squizlabs/php_codesniffer": "~2.0",
"satooshi/php-coveralls": "~0.6.1"
}
}