forked from annexare/Countries
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
36 lines (36 loc) · 820 Bytes
/
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": "annexare/countries-list",
"version": "2.3.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",
"node"
],
"authors": [
{
"name": "Dmytro",
"email": "z@annexare.com",
"homepage": "https://github.com/z-ax"
}
],
"license": "MIT",
"support": {
"source": "https://github.com/annexare/Countries",
"issues": "https://github.com/annexare/Countries/issues"
},
"require": {},
"homepage": "http://annexare.github.io/Countries/"
}