{
	"name" : "Cherry Framework",
	"version" : "1.0.0",
	"description" : "",
	"doc_link" : "",
	"git_link" : "https://github.com/CherryFramework/cherry-framework",
	"modules" : {
		"cherry-breadcrumbs" : {
			"name" : "Breadcrumb Trail",
			"description" : "A breadcrumb menu script for WordPress.",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-breadcrumbs",
			"compatible" : ["theme", "plugin"],
			"wordpress_org" : true,
			"required" : false,
			"dependencies" : []
		},
		"cherry-creator" : {
			"name" : "Creator.",
			"description" : "Creator.",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-creator",
			"compatible" : ["theme", "plugin"],
			"wordpress_org" : true,
			"required" : false,
			"dependencies" : []
		},
		"cherry-customizer" : {
			"name" : "Customizer",
			"description" : "Customizer functionality.",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-customizer",
			"compatible" : ["theme", "plugin"],
			"wordpress_org" : true,
			"required" : false,
			"dependencies" : []
		},
		"cherry-dynamic-css" : {
			"name" : "Dynamic Css",
			"description" : "Generate Css.",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-dynamic-css",
			"compatible" : ["theme", "plugin"],
			"wordpress_org" : true,
			"required" : false,
			"dependencies" : []
		},
		"cherry-google-fonts-loader" : {
			"name" : "Google Fonts Loader",
			"description" : "Enqueue Google font.",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-google-fonts-loader",
			"compatible" : ["theme", "plugin"],
			"wordpress_org" : true,
			"required" : false,
			"dependencies" : []
		},
		"cherry-js-core" : {
			"name" : "JS Core",
			"description" : "Initializes global JS object which provides additional plugin functionality.",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-js-core",
			"compatible" : ["theme", "plugin"],
			"wordpress_org" : true,
			"required" : false,
			"dependencies" : []
		},
		"cherry-page-builder" : {
			"name" : "Page Builder",
			"description" : "Provides functionality for building custom options pages.",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-page-builder",
			"compatible" : ["plugin"],
			"wordpress_org" : true,
			"required" : false,
			"dependencies" : []
		},
		"cherry-plugin-updater" : {
			"name" : "Plugin Updater",
			"description" : "Provides functionality for updating plugins.",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-plugin-updater",
			"compatible" : ["plugin"],
			"wordpress_org" : false,
			"required" : false,
			"dependencies" : []
		},
		"cherry-post-formats-api" : {
			"name" : "Post Formats API",
			"description" : "API for post formats specific content.",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-post-formats-api",
			"compatible" : ["theme", "plugin"],
			"wordpress_org" : true,
			"required" : false,
			"dependencies" : [ "cherry-js-core" ]
		},
		"cherry-post-meta" : {
			"name" : "Post Meta",
			"description" : "Manage post meta.",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-post-meta",
			"compatible" : ["theme", "plugin"],
			"wordpress_org" : true,
			"required" : false,
			"dependencies" : [ "cherry-ui-elements" ]
		},
		"cherry-post-types" : {
			"name" : "Post Types",
			"description" : "Provides functionality for creating custom post types.",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-post-types",
			"compatible" : ["plugin"],
			"wordpress_org" : true,
			"required" : false,
			"dependencies" : [ "cherry-ui-elements" ]
		},
		"cherry-taxonomies" : {
			"name" : "Taxanomies",
			"description" : "Provides functionality for creating custom taxanomies.",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-taxonomies",
			"compatible" : ["plugin"],
			"wordpress_org" : true,
			"required" : false,
			"dependencies" : []
		},
		"cherry-term-meta" : {
			"name" : "Term Meta",
			"description" : "Manage term metadata.",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-term-meta",
			"compatible" : ["theme", "plugin"],
			"wordpress_org" : true,
			"required" : false,
			"dependencies" : [ "cherry-ui-elements" ]
		},
		"cherry-theme-updater" : {
			"name" : "Theme Updater",
			"description" : "Provides functionality for updating themes.",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-theme-updater",
			"compatible" : ["theme"],
			"wordpress_org" : false,
			"required" : false,
			"dependencies" : []
		},
		"cherry-ui-elements" : {
			"name" : "UI Elements",
			"description" : "UI Elements",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-ui-elements",
			"compatible" : ["theme", "plugin"],
			"wordpress_org" : true,
			"required" : false,
			"dependencies" : [ "cherry-js-core" ]
		},
		"cherry-utility" : {
			"name" : "Utility",
			"description" : "Multiple utility functions.",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-utility",
			"compatible" : ["theme", "plugin"],
			"wordpress_org" : true,
			"required" : false,
			"dependencies" : []
		},
		"cherry-widget-factory" : {
			"name" : "Widget Factory.",
			"description" : "Base widget class that simplifies creating of your own widgets.",
			"doc_link" : "",
			"git_link" : "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-widget-factory",
			"compatible" : ["theme", "plugin"],
			"wordpress_org" : true,
			"required" : false,
			"dependencies" : [ "cherry-ui-elements" ]
		},
		"cherry-toolkit": {
			"name": "Framework Toolkit",
			"description": "Framework Toolkit contains various PHP utilities",
			"doc_link": "",
			"git_link": "https://github.com/CherryFramework/cherry-framework/tree/master/modules/cherry-toolkit",
			"compatible": ["theme", "plugin"],
			"wordpress_org": true,
			"required": true,
			"dependencies": []
		}
	}
}
