tikiwiki/packages/tiki-pkg-casperjs/composer.json
2023-11-20 20:52:04 +00:00

29 lines
720 B
JSON
Executable File

{
"name": "tiki/tiki-custom",
"description": "Tiki Wiki CMS Groupware",
"license": "LGPL-2.1",
"homepage": "https://tiki.org",
"minimum-stability": "stable",
"require": {
"jerome-breton/casperjs-installer": "dev-master"
},
"config": {
"process-timeout": 5000,
"bin-dir": "vendor/bin",
"prepend-autoloader": false
},
"repositories": [
{
"type": "composer",
"url": "https://composer.tiki.org"
}
],
"scripts": {
"post-install-cmd": [
"CasperJsInstaller\\Installer::install"
],
"post-update-cmd": [
"CasperJsInstaller\\Installer::install"
]
}
}