File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " soderlind/additional-javascript" ,
3
+ "type" : " wordpress-plugin" ,
4
+ "license" : " GPL-2.0-or-later" ,
5
+ "description" : " Add JavaScript using WordPress Customizer" ,
6
+ "homepage" : " https://github.com/soderlind/additional-javascript" ,
7
+ "authors" : [
8
+ {
9
+ "name" : " Per Søderlind" ,
10
+ "email" : " per@soderlind.no" ,
11
+ "homepage" : " https://soderlind.no"
12
+ }
13
+ ],
14
+ "keywords" : [
15
+ " wordpress" ,
16
+ " wp" ,
17
+ " customizer" ,
18
+ " control"
19
+ ],
20
+ "support" : {
21
+ "issues" : " https://github.com/soderlind/additional-javascript/issues"
22
+ },
23
+ "require" : {
24
+ "php" : " >=5.6" ,
25
+ "composer/installers" : " ~1.0"
26
+ },
27
+ "require-dev" : {
28
+ "squizlabs/php_codesniffer" : " ^3.3" ,
29
+ "dealerdirect/phpcodesniffer-composer-installer" : " *" ,
30
+ "wp-coding-standards/wpcs" : " *"
31
+ }
32
+ }
You can’t perform that action at this time.
0 commit comments