country-js
Version:
Get the country code, name, currency symbol, capital, phone code, latitude and longitude
31 lines (30 loc) • 672 B
JSON
{
"name": "country-js",
"version": "0.10.0",
"description": "Get the country code, name, currency symbol, capital, phone code, latitude and longitude",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^10.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mambaz/country-js.git"
},
"keywords": [
"country",
"currency",
"symbol",
"phone",
"code"
],
"author": "Shan Chinnananchi",
"license": "ISC",
"bugs": {
"url": "https://github.com/mambaz/country-js/issues"
},
"homepage": "https://github.com/mambaz/country-js#readme"
}