20 lines
460 B
JSON
20 lines
460 B
JSON
{
|
|
"repositories":[
|
|
{
|
|
"type":"composer",
|
|
"url":"https://packagist.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"twbs/bootstrap": "4.*",
|
|
"wp-bootstrap/wp-bootstrap-navwalker": "*",
|
|
"kenwheeler/slick": "1.6.1",
|
|
"desandro/masonry": "4.*",
|
|
"desandro/imagesloaded": "4.*"
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": "bash install.sh",
|
|
"post-update-cmd": "bash install.sh"
|
|
}
|
|
}
|