-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
36 lines (36 loc) · 1.14 KB
/
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
30
31
32
33
34
35
36
{
"name": "jozoor/arabic-webfonts",
"description": "An easy way to add Arabic fonts to any theme without coding using WordPress Customizer.",
"version": "1.4.5",
"keywords": ["Arabic", "Arabic fonts", "Arabic webfonts", "webfonts", "fonts", "Typography", "WordPress fonts", "WordPress Arabic fonts plugin", "WordPress customizer"],
"type": "wordpress-plugin",
"homepage": "https://plugins.jozoor.com/arabic-webfonts/",
"license": "GPL-2.0+",
"authors": [
{
"name": "jozoor",
"email": "[email protected]",
"homepage": "https://jozoor.com/",
"role": "Developer"
},
{
"name": "Mohamed Abd Elhalim",
"email": "[email protected]",
"homepage": "https://mohamd.io/",
"role": "Developer"
}
],
"require": {
"php": ">=5.6",
"jozoor/wp-plugin-action-links": "dev-dist"
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:mohamdio/wp-plugin-action-links.git",
"no-api": true
}
],
"autoload": {},
"scripts": {}
}