-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 842 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 842 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
29
30
31
32
33
34
35
36
{
"name": "toolbox",
"version": "0.2.2",
"description": "Toolbox for the modularization of the functions.php. Manage WordPress snippets conveniently and clearly as modules.",
"license": "GPL-2.0-or-later",
"author": {
"name": "Sergej Müller",
"url": "https://github.com/sergejmueller"
},
"contributors": [
{
"name": "Marvin Affeldt",
"url": "https://github.com/affeldt28"
}
],
"badges": [
{
"description": "License: GPL v2 or later",
"url": "https://img.shields.io/badge/License-GPLv2_or_later-blue.svg",
"href": "https://www.gnu.org/licenses/gpl-2.0"
}
],
"repository": {
"type": "git",
"url": "https://github.com/affeldt28/toolbox-wordpress-plugin"
},
"keywords": [
"tools",
"functions",
"modules"
],
"devDependencies": {
"@prettier/plugin-php": "~0.22.0",
"prettier": "~3.5.0"
}
}