-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
77 lines (77 loc) · 2.28 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name" : "wpessential/wpessential",
"version" : "2.0",
"type" : "library",
"description" : "WPEssential serves as a versatile add-on for WordPress, offering enhanced flexibility for users. By simply installing the WPEssential plugin from WordPress.org, users can embark on creating their own WordPress themes with ease. The WPEssential team is dedicated to delivering top-notch quality work and continuously introducing new options and features. As an open-source solution, it not only facilitates theme creation but also serves as a page builder within the WordPress ecosystem. With WPEssential, users can design themes effortlessly without the need for expertise in PHP, CSS, HTML, or Javascript coding. This empowers users to unleash their creativity and customize their WordPress experience without technical barriers.",
"keywords" : [
"elementor",
"addons",
"dynamic tags",
"woocommerce",
"custom css",
"custom-attribues",
"landing-page",
"smart slider 3",
"layer slider",
"revolutation slider",
"master slider",
"page builder",
"editor",
"drag-and-drop",
"visual editor",
"wysiwyg",
"design",
"maintenance mode",
"coming soon",
"under construction",
"website builder",
"landing page builder",
"front-end builder",
"wpbakery",
"beta"
],
"homepage" : "https://wpessential.org/",
"readme" : "README.md",
"license" : [
"GPL-3.0-or-later"
],
"authors" : [
{
"name" : "WPEssential",
"email" : "ceo@wpessential.org",
"homepage" : "https://wpessential.org/",
"role" : "Owner"
},
{
"name" : "6 Sigma Matrix",
"email" : "6sigmamatrix@gmail.com",
"homepage" : "https://6sigmamatrix.com/",
"role" : "Owner"
}
],
"support" : {
"email" : "support@wpessential.org",
"issues" : "https://github.com/wpessential/wpessential/issues",
"wiki" : "https://github.com/wpessential/wpessential/wiki",
"source" : "https://github.com/wpessential/wpessential.git",
"docs" : "https://help.6sigmamatrix.com/wpessential"
},
"funding" : [
{
"type" : "other",
"url" : "https://wpessential.com/donate"
},
{
"type" : "paypal",
"url" : "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ashadab59@gmail"
}
],
"require" : {
"php" : ">=7.4"
},
"autoload" : {
"psr-4" : {
"WPEssential\\Plugins\\" : "inc/"
}
}
}