countrynames
Version:
Map country names to ISO 3166-1-alpha-2 country codes and back
32 lines (31 loc) • 658 B
JSON
{
"name": "countrynames",
"description": "Map country names to ISO 3166-1-alpha-2 country codes and back",
"version": "0.1.1",
"author": "Hannes Gassert <hannes@gassert.ch>",
"repository": {
"type": "git",
"url": "http://github.com/hannesgassert/countrynames.git"
},
"keywords": [
"countries",
"country names",
"country codes",
"iso3166"
],
"engines": {
"node": "*"
},
"scripts": {
"test": "node test"
},
"licenses": [
{
"type": "MIT",
"url": "http: //www.opensource.org/licenses/mit-license.php"
}
],
"readmeFilename": "README.md",
"main": "index.js",
"license": "MIT"
}