-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·51 lines (51 loc) · 1.7 KB
/
composer.json
File metadata and controls
executable file
·51 lines (51 loc) · 1.7 KB
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
{
"name": "Wireframe_Plugin",
"description": "Wireframe Plugin is an OOP WordPress plugin boilerplate. Wireframe Plugin enables WordPress Developers to rapidly wire GPL and WPCS compliant plugins for professional client projects or for selling premium plugins in any marketplace. Wireframe Plugin is also packaged with the Wireframe Suite for WordPress by MixaTheme.",
"type": "wordpress-plugin",
"license": "GPL-2.0+",
"keywords": [
"wordpress",
"oop",
"plugin",
"wireframe",
"starter",
"boilerplate",
"mobile",
"GPL"
],
"homepage": "https://github.com/mixatheme/Wireframe",
"authors": [
{
"name": "Tada Burke",
"email": "tadaburke@users.noreply.github.com",
"homepage": "https://github.com/mixatheme",
"role": "Developer"
},
{
"name": "MixaTheme",
"email": "mixatheme@users.noreply.github.com",
"homepage": "https://mixatheme.com",
"role": "Developer"
},
{
"name": "Neurobotic",
"email": "neurobotic@users.noreply.github.com",
"homepage": "https://neurobotic.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/mixatheme/wireframe-plugin/issues",
"source": "https://github.com/mixatheme/wireframe-plugin",
"docs": "https://github.com/mixatheme/wireframe-plugin/wiki"
},
"config": {
"vendor-dir": "wireframe_dev/vendor",
"archive-format": "zip"
},
"autoload": {
"psr-0": {
"MixaTheme\\Wireframe\\Plugin\\": "wireframe_dev/wireframe"
}
}
}