country-region-data
Version:
List of countries, regions, and their shortcodes.
33 lines (32 loc) • 779 B
JSON
{
"name": "country-region-data",
"version": "3.1.0",
"description": "List of countries, regions, and their shortcodes.",
"main": "dist/data-umd.js",
"module": "dist/data.js",
"typings": "dist/data.d.ts",
"scripts": {
"test": "grunt validate",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/country-regions/country-region-data.git"
},
"keywords": [
"country",
"region",
"data"
],
"author": "Ben Keen",
"license": "MIT",
"bugs": {
"url": "https://github.com/country-regions/country-region-data/issues"
},
"homepage": "https://github.com/country-regions/country-region-data",
"devDependencies": {
"grunt": "^1.1.0",
"libumd": "^0.7.0",
"underscore": "^1.8.3"
}
}