forked from jtsternberg/Shortcode_Button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 883 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
{
"name": "jtsternberg/shortcode-button",
"type": "wordpress-plugin",
"description": "Tinymce and Quicktag buttons (and modals) for outputting shortcodes. Built to work with CMB2.",
"license": "GPL-2.0+",
"authors": [
{
"name": "jtsternberg",
"email": "justin@dsgnwrks.pro",
"homepage": "http://dsgnwrks.pro/",
"role": "Developer"
}
],
"keywords": ["wordpress", "shortcodes", "CMB2"],
"homepage": "https://github.com/jtsternberg/Shortcode_Button",
"support": {
"issues": "https://github.com/jtsternberg/Shortcode_Button/issues",
"source": "https://github.com/jtsternberg/Shortcode_Button"
},
"require": {
"php": ">5.2"
},
"autoload": {
"classmap": [
"shortcode-button.php"
]
},
"minimum-stability": "dev"
}