tikiwiki/packages/tiki-pkg-casperjs/jerome-breton/casperjs-installer/composer.json

23 lines
586 B
JSON
Raw Normal View History

2023-11-20 21:52:04 +01:00
{
"name": "jerome-breton/casperjs-installer",
"description": "A Composer package which installs the CasperJS binary for your project.",
"type": "custom-installer",
"keywords": ["casperjs", "phantomjs", "headless", "binaries"],
"license": "MIT",
"authors": [
{
"name": "Jérôme Breton",
"email": "jerome.breton@gmail.com"
}
],
"require": {
"ext-openssl": "*",
"jakoch/phantomjs-installer": "*"
},
"autoload": {
"psr-0": {
"CasperJsInstaller\\": "src/"
}
}
}