forked from newfold-labs/wp-plugin-bluehost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.newfold-project.json
More file actions
28 lines (28 loc) · 849 Bytes
/
Copy path.newfold-project.json
File metadata and controls
28 lines (28 loc) · 849 Bytes
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
{
"name": "Bluehost WordPress Plugin",
"description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.",
"url": "https://bluehost.com",
"package": {
"vendor": "newfold",
"name": "wp-plugin-bluehost"
},
"license": {
"slug": "GPL-2.0-or-later",
"name": "GPL 2.0 or later",
"url": "https://www.gnu.org/licenses/gpl-2.0.html"
},
"author": {
"name": "Evan Mullins",
"url": "https://evanmullins.com"
},
"text_domain": "wp-plugin-bluehost",
"namespace": "Bluehost",
"prefixes": {
"long": "WPPluginBluehost",
"short": "wppbh",
"function": "wppbh_",
"constant": "WPPBH_",
"meta": "wppbh_",
"slug": "wppbh-"
}
}