-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
30 lines (30 loc) · 944 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
{
"name" : "angrycreative/acf-page-builder-field",
"description": "Site origin page builder field for ACF",
"homepage" : "https://github.com/Angrycreative/ACF-Page-Builder-Field",
"type" : "wordpress-plugin",
"license" : "GPL-2.0+",
"authors" : [
{
"name" : "Peter Elmered",
"email" : "[email protected]",
"homepage": "http://elmered.com"
},
{
"name" : "Johan Möller",
"email" : "[email protected]",
"homepage": "http://mollerjohan.se"
},
{
"name" : "Angry Creative",
"email" : "[email protected]",
"homepage": "https://angrycreative.se"
}
],
"support" : {
"issues": "https://github.com/Angrycreative/ACF-Page-Builder-Field/issues"
},
"require" : {
"composer/installers": "~1.0"
}
}