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

31 lines
1.1 KiB
JSON
Executable File

{
"name": "yeuchaybo",
"version": "3.0.0",
"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"
}
}