indian_address
Version:
It gives list of states, districts on each state and pincode on each district
41 lines (40 loc) • 955 B
JSON
{
"name": "indian_address",
"version": "1.1.3",
"description": "It gives list of states, districts on each state and pincode on each district",
"main": "lib/index.js",
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./lib/index.js"
}
},
"types": "./types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Address",
"Postal",
"States",
"City",
"cities",
"districts",
"Country",
"India"
],
"repository": {
"type": "git",
"url": "git+https://github.com/PanditSiddharth/indian_address.git"
},
"author": {
"name": "Siddharth Sharma",
"email": "i@sidsharma.in",
"url": "https://telegram.me/PanditSiddharth"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/PanditSiddharth/indian_address/issues"
},
"homepage": "https://github.com/PanditSiddharth/indian_address#readme"
}