-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcomposer.json
48 lines (48 loc) · 1.04 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
{
"name": "linchpin/mesh",
"description": "A WordPress page builder, simplified.",
"version": "1.4.1",
"homepage": "https://meshplugin.com",
"authors": [
{
"name": "Linchpin",
"email": "[email protected]",
"homepage": "https://linchpin.com",
"role": "Developer"
}
],
"keywords": [
"WordPress",
"linchpin",
"sections",
"content",
"page builder",
"page builder plugin",
"design",
"wysiwyg",
"home page builder",
"template builder",
"layout builder",
"landing page builder",
"website builder",
"site builder",
"drag and drop builder",
"editor",
"page layout",
"visual editor"
],
"support": {
"issues": "https://github.com/linchpin/mesh/issues",
"source": "https://github.com/linchpin/mesh"
},
"license": "GPL-2.0+",
"require-dev": {
"phpdocumentor/phpdocumentor": "2.*",
"codeclimate/php-test-reporter": "^0.4.1"
},
"type": "wordpress-plugin",
"require": {
"php": ">=5.3.0",
"composer/installers": "~1.0"
}
}