world-countries
Version:
List of world countries in JSON, CSV, XML and YAML
40 lines (39 loc) • 1.09 kB
JSON
{
"name": "world-countries",
"description": "List of world countries in JSON, CSV, XML and YAML",
"version": "5.1.0",
"module": "./index.mjs",
"main": "./index.cjs",
"types": "index.d.ts",
"keywords": ["countries", "world", "json", "csv", "xml", "yaml"],
"author": {
"name": "Mohammed Le Doze",
"url": "https://github.com/mledoze",
"email": "mohammed.ledoze@gmail.com"
},
"demos": [
"https://mledoze.github.io/countries/#examples"
],
"bugs": {
"url": "https://github.com/mledoze/countries/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mledoze/countries.git"
},
"licenses": [
{
"type": "ODbL-1.0",
"url": "https://opendatacommons.org/licenses/odbl/1.0/"
}
],
"homepage": "https://mledoze.github.io/countries/",
"files": [
"countries.json",
"data/*",
"dist/*",
"index.cjs",
"index.d.ts",
"index.mjs"
]
}