semantic-ui-react-countries
Version:
ISO-3166-1 countries data formatter and updater for semantic ui react dropdown component.
44 lines (43 loc) • 924 B
JSON
{
"name": "semantic-ui-react-countries",
"email": "taylorsturtz@gmail.com",
"repository": {
"type": "git",
"url": "https://github.com/tsturtz/semantic-ui-react-countries"
},
"version": "0.1.4",
"description": "ISO-3166-1 countries data formatter and updater for semantic ui react dropdown component.",
"main": "index.js",
"bin": {
"get-countries": "./index.js"
},
"keywords": [
"semantic",
"semantic ui",
"semantic ui react",
"react",
"countries",
"JSON",
"ISO",
"ISO-3166",
"ISO-3166-1",
"country codes",
"dropdown",
"Alpha 2",
"javascript",
"countries.js"
],
"author": "Taylor Sturtz",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"chalk": "^2.4.1",
"commander": "^2.18.0",
"data.js": "^0.12.11",
"ora": "^3.0.0",
"should": "^13.2.3"
},
"scripts": {
"test": "node test/run.js"
}
}