Skip to content

Commit c1f1a91

Browse files
committed
Composer support
1 parent 1b770f0 commit c1f1a91

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# IDE
22
.idea
33

4+
composer.phar
5+
46
# Dependency directory
57
node_modules

composer.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "annexare/countries-list",
3+
"version": "1.0.3",
4+
"description": "Continents & countries: ISO 3166-1 alpha-2 code, name, languages, capital and currency, native name, calling codes. Available in JSON and SQL formats.",
5+
"type": "library",
6+
"keywords": [
7+
"country",
8+
"countries",
9+
"continent",
10+
"languages",
11+
"capital",
12+
"currency",
13+
"data",
14+
"json",
15+
"sql",
16+
"ISO 3166-1",
17+
"node"
18+
],
19+
"authors": [
20+
{
21+
"name": "Dmytro",
22+
"email": "[email protected]",
23+
"homepage": "https://github.com/z-ax"
24+
}
25+
],
26+
"license": "MIT",
27+
"support": {
28+
"source": "https://github.com/annexare/Countries",
29+
"issues": "https://github.com/annexare/Countries/issues"
30+
},
31+
"require": {},
32+
"homepage": "http://annexare.github.io/Countries/"
33+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "countries.json",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/annexare/Countries.git"
8+
"url": "https://github.com/annexare/Countries"
99
},
1010
"keywords": [
1111
"country",

0 commit comments

Comments
 (0)