23 lines
586 B
JSON
Executable File
23 lines
586 B
JSON
Executable File
{
|
|
"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/"
|
|
}
|
|
}
|
|
}
|