forked from stefangabos/world_countries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 838 Bytes
/
package.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
{
"name": "world_countries_lists",
"version": "2.6.0",
"description": "Constantly updated lists of world countries and their associated alpha-2, alpha-3 and numeric codes as defined by the ISO 3166 standard, available in multiple formats, in multiple languages and with national flags included",
"repository": {
"type": "git",
"url": "git+https://github.com/stefangabos/world_countries.git"
},
"keywords": [
"countries",
"flags",
"national-flags",
"iso-3166",
"sql",
"json",
"csv",
"php",
"xml"
],
"author": "Stefan Gabos",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/stefangabos/world_countries/issues"
},
"homepage": "https://github.com/stefangabos/world_countries#readme",
"main": "index.js",
"directories": {
"doc": "docs"
}
}