alpha2-countries
Version:
ISO 3166-1 alpha-2 country names and codes
36 lines (35 loc) • 922 B
JSON
{
"name": "alpha2-countries",
"version": "1.1.0",
"description": "ISO 3166-1 alpha-2 country names and codes",
"main": "dist/bundle.js",
"repository": {
"type": "git",
"url": "git+https://github.com/slatkovic/alpha2-countries.git"
},
"keywords": [
"ISO",
"3166-1",
"alpha-2",
"countries",
"country"
],
"author": "https://github.com/slatkovic",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/slatkovic/alpha2-countries/issues"
},
"homepage": "https://github.com/slatkovic/alpha2-countries#readme",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"dist": "./node_modules/.bin/webpack --config ./webpack.bundle.config.js --output-library-target umd --color -p --progress"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"webpack": "^3.8.1"
}
}