Files
yeuchaybo/composer.json
Thuan Bui fd25f13a4f Initial
2018-06-26 11:09:22 +07:00

50 lines
1.1 KiB
JSON

{
"name": "seothemes/genesis-starter-theme",
"type": "wordpress-theme",
"description":
"A starter theme for the Genesis Framework with modern build tools.",
"keywords": ["WordPress", "wordpress-theme-development", "genesis-framework"],
"license": "GPL-2.0",
"authors": [
{
"name": "SEO Themes",
"homepage": "https://seothemes.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/seothemes/genesis-starter/issues",
"source": "https://github.com/seothemes/genesis-starter"
},
"require": {
"seothemes/child-theme-library": "dev-master",
"mnsami/composer-custom-directory-installer": "1.1.*"
},
"require-dev": {},
"suggest": {},
"config": {
"sort-order": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra":{
"installer-paths":{
"./lib/": ["seothemes/child-theme-library"]
}
},
"scripts": {
"post-create-project-cmd": [
"yarn install"
],
"post-install-cmd": [
"yarn install"
],
"post-update-cmd": [
"yarn install"
],
"stylelint": [
"stylelint './assets/scss/**/*.scss' --fix"
]
}
}