world-countries-capitals
Version:
A simple NPM package to get capitals, currency, native language, famous_for etc. of all the countries in the world
42 lines (41 loc) • 938 B
JSON
{
"name": "world-countries-capitals",
"version": "3.4.0",
"description": "A simple NPM package to get capitals, currency, native language, famous_for etc. of all the countries in the world",
"main": "index.js",
"scripts": {
"test": "node jasmine.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bhatvikrant/world-countries-capitals.git"
},
"keywords": [
"word",
"words",
"list",
"array",
"random",
"rand",
"countries",
"capital",
"capitals",
"currency",
"language",
"native language",
"country data"
],
"author": "Vikrant Bhat <vik.bhat223@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bhatvikrant/world-countries-capitals/issues"
},
"homepage": "https://github.com/bhatvikrant/world-countries-capitals#readme",
"dependencies": {
"jasmine-console-reporter": "^3.1.0"
},
"devDependencies": {
"jasmine": "^3.5.0",
"jasmine-core": "^3.5.0"
}
}