mirror of
https://github.com/10h30/yeuchaybo-v6.git
synced 2026-06-05 15:10:05 +09:00
39 lines
1.3 KiB
JSON
Executable File
39 lines
1.3 KiB
JSON
Executable File
{
|
|
"name": "yeuchaybo",
|
|
"version": "6.0.1",
|
|
"description": "A config based Genesis child theme with Gulp and Sass.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/seothemes/yeuchaybo.git"
|
|
},
|
|
"author": "Thuan Bui",
|
|
"license": "GPL-2.0-or-later",
|
|
"main": "Gulpfile.js",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-wp-toolkit": "^2.3.2",
|
|
"prettier": "^1.13.4",
|
|
"prettier-stylelint": "^0.4.2",
|
|
"stylelint-config-recommended-scss": "^3.2.0",
|
|
"stylelint-order": "^0.8.1"
|
|
},
|
|
"theme": {
|
|
"name": "Yeu Chay Bo v6.0",
|
|
"uri": "https://thuanbui.me/yeuchaybo/",
|
|
"authoruri": "https://thuanbui.me",
|
|
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
|
|
"domainpath": "/languages",
|
|
"textdomain": "child-theme-library",
|
|
"template": "genesis",
|
|
"tags": "one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready"
|
|
},
|
|
"dependencies": {
|
|
"change-case": "^3.0.2",
|
|
"gulp-cached": "^1.1.1",
|
|
"gulp-clean-css": "^3.10.0",
|
|
"gulp-cssbeautify": "^1.0.0",
|
|
"gulp-cssnano": "^2.1.3",
|
|
"gulp-pixrem": "^1.0.0"
|
|
}
|
|
}
|