-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathcomposer.json
56 lines (56 loc) · 1.59 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
{
"name": "goomento/module-page-builder",
"description": "Goomento - The Free Magento Page Builder Extension, allows you to create unique Magento websites, landing pages using advanced animations, custom CSS, responsive designs, and more, without a line of code.",
"type": "magento2-module",
"version": "0.5.1",
"license": [
"OSL-3.0"
],
"homepage": "https://goomento.com",
"authors": [
{
"name": "Goomento",
"homepage": "https://goomento.com",
"role": "Developer Team",
"email": "goomento.com@gmail.com"
}
],
"keywords": [
"magento 2",
"magento 2 page builder",
"magento page builder",
"magento cms",
"magento content builder",
"magento form builder",
"goomento page builder",
"goomento marketing tool",
"page builder",
"pagebuilder",
"goomento",
"page builder settings",
"landing page",
"magento 2 landing page",
"free magento 2 page builder",
"free magento 2 extension",
"page",
"block",
"section",
"template",
"marketing"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Goomento\\PageBuilder\\": ""
}
},
"require": {
"goomento/module-core": ">=1.0.12",
"goomento/module-page-builder-api": ">=1.0.0",
"goomento/module-page-builder-sample-data": ">=1.0.0",
"snowdog/module-menu": "^2.20"
},
"minimum-stability": "dev"
}