UNPKG

bhutan-regions

Version:

A comprehensive list of Bhutan's dzongkhags (districts) and gewogs (sub-districts) in both English and Dzongkha

37 lines (36 loc) 825 B
{ "name": "bhutan-regions", "version": "1.2.0", "description": "A comprehensive list of Bhutan's dzongkhags (districts) and gewogs (sub-districts) in both English and Dzongkha", "main": "src/index.js", "scripts": { "test": "jest", "example": "node example.js" }, "keywords": [ "bhutan", "dzongkhag", "gewog", "district", "administrative-divisions", "geography", "regions", "dzongkha" ], "author": "Chimi Tshering", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ChimiGit/bhutan-regions.git" }, "bugs": { "url": "https://github.com/ChimiGit/bhutan-regions/issues" }, "homepage": "https://github.com/ChimiGit/bhutan-regions#readme", "files": [ "src" ], "devDependencies": { "jest": "^29.7.0" } }