tainacan-theme/composer.json

17 lines
333 B
JSON
Raw Permalink Normal View History

{
"repositories":[
{
"type":"composer",
2018-04-04 17:52:15 +00:00
"url":"https://packagist.org"
}
],
"require": {
2018-04-18 12:51:21 +00:00
"twbs/bootstrap": "4.*",
"fabianobn/slick": "v1.8.*"
},
"scripts": {
"post-install-cmd": "bash install.sh",
"post-update-cmd": "bash install.sh"
}
}