-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 942 Bytes
/
Copy pathcomposer.json
File metadata and controls
36 lines (36 loc) · 942 Bytes
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
{
"name": "goomento/module-page-builder-sample-data",
"description": "Sample Data and Widgets Module, How To Create Widget For Goomento - Magento Page Builder Extension",
"type": "magento2-module",
"version": "1.0.1",
"license": [
"OSL-3.0"
],
"homepage": "https://goomento.com",
"authors": [
{
"name": "Goomento",
"homepage": "https://goomento.com",
"role": "Developer Team"
}
],
"keywords": [
"magento 2",
"magento 2 page builder",
"magento page builder",
"goomento page builder",
"goomento page builder sample widget"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Goomento\\PageBuilderSampleData\\": ""
}
},
"require": {
"goomento/module-page-builder": ">=0.3.9"
},
"minimum-stability": "dev"
}