-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
39 lines (39 loc) · 1022 Bytes
/
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
{
"name": "goomento/module-page-builder-api",
"description": "Rest API and GraphQL for Goomento - Magento Page Builder Extension.",
"type": "magento2-module",
"version": "1.0.2",
"license": [
"OSL-3.0"
],
"homepage": "https://goomento.com",
"authors": [
{
"name": "Goomento",
"homepage": "https://goomento.com",
"email": "goomento.com@gmail.com",
"role": "Developer Team"
}
],
"keywords": [
"magento 2",
"magento 2 page builder",
"magento page builder",
"goomento page builder",
"goomento page builder rest api",
"goomento page builder rest full",
"goomento page builder graphql"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Goomento\\PageBuilderApi\\": ""
}
},
"require": {
"goomento/module-page-builder": ">=0.4.3"
},
"minimum-stability": "dev"
}