forked from annexare/Countries
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 881 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 881 Bytes
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
{
"name": "countries-list",
"version": "1.0.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.",
"main": "countries.json",
"repository": {
"type": "git",
"url": "https://github.com/annexare/Countries"
},
"keywords": [
"country",
"countries",
"continent",
"languages",
"capital",
"currency",
"data",
"json",
"sql",
"ISO 3166-1",
"node"
],
"author": {
"name": "Dmytro",
"email": "z@annexare.com",
"url": "https://github.com/z-ax"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/annexare/Countries/issues"
},
"homepage": "http://annexare.github.io/Countries/"
}