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

30 lines
778 B
JSON
Raw Permalink Normal View History

2023-11-20 21:52:04 +01:00
{
"name": "jerome-breton/casperjs-installer-test",
"description": "This composer.json file is testing the installation of casperjs-installer as a dependency",
"type": "Test",
"license": "MIT",
"authors": [
{
"name": "Jérôme Breton",
"email": "jerome.breton@gmail.com"
}
],
"scripts": {
"post-install-cmd": [
"CasperJsInstaller\\Installer::install"
],
"post-update-cmd": [
"CasperJsInstaller\\Installer::install"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jerome-breton/casperjs-installer"
}
],
"require": {
"jerome-breton/casperjs-installer": "dev-master"
}
}