-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 586 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 586 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
{
"name": "soderlind/additional-javascript",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"description": "Add JavaScript using WordPress Customizer",
"homepage": "https://github.com/soderlind/additional-javascript",
"authors": [
{
"name": "Per Søderlind",
"email": "per@soderlind.no",
"homepage": "https://soderlind.no"
}
],
"keywords": [
"wordpress",
"wp",
"customizer",
"control"
],
"support": {
"issues": "https://github.com/soderlind/additional-javascript/issues"
},
"require": {
"yahnis-elsts/plugin-update-checker": "^5.6"
}
}