-
Notifications
You must be signed in to change notification settings - Fork 431
/
composer.json
53 lines (53 loc) · 1.05 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "annexare/countries-list",
"version": "3.1.1",
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.",
"type": "library",
"keywords": [
"country",
"countries",
"continent",
"emoji",
"languages",
"capital",
"currency",
"data",
"csv",
"json",
"sql",
"ISO 3166-1",
"ISO 639-1"
],
"authors": [
{
"name": "Dmytro Klymenko",
"email": "[email protected]",
"homepage": "https://github.com/dmythro"
}
],
"license": "MIT",
"support": {
"source": "https://github.com/annexare/Countries",
"issues": "https://github.com/annexare/Countries/issues"
},
"require": {},
"autoload": {
"files": [
"dist/index.php"
]
},
"archive": {
"exclude": [
".npmignore",
"*.js",
"*.map",
"*.mjs",
"*.ts",
"/.*",
"/packages",
"package*.json",
"turbo.json"
]
},
"homepage": "http://annexare.github.io/Countries/"
}