iso-3166-country-list
Version:
2-letter country codes to English and vice-versa
45 lines (44 loc) • 1.16 kB
JSON
{
"name": "iso-3166-country-list",
"version": "0.2.0",
"author": "Evan Hahn <me@evanhahn.com> (https://evanhahn.com)",
"contributors": [
"Fannar Snær <fannar@lambagras.is>",
"Eiríkur Heiðar Nilsson <eirikur@nilsson.is>"
],
"description": "2-letter country codes to English and vice-versa",
"main": "country-list.js",
"scripts": {
"pretest": "npm run lint:eslint && npm run lint:prettier",
"lint:eslint": "eslint .",
"lint:prettier": "prettier --check \"**/*.{md,js,json}\"",
"format": "prettier --write \"**/*.{md,js,json}\"",
"test": "node test"
},
"repository": {
"type": "git",
"url": "git://github.com/EvanHahn/iso-3166-country-list.git"
},
"keywords": [
"country",
"countries",
"ISO-3166",
"ISO 3166",
"ISO 3166-1"
],
"files": [
"LICENSE.txt",
"CHANGELOG.md",
"README.md",
"country-list.js"
],
"license": "BSD",
"bugs": {
"url": "https://github.com/EvanHahn/iso-3166-country-list/issues"
},
"homepage": "https://github.com/EvanHahn/iso-3166-country-list",
"devDependencies": {
"eslint": "^7.13.0",
"prettier": "^2.2.1"
}
}