multi-currency-words
Version:
Convert currency amounts to words with support for Indian and International numbering systems
32 lines (31 loc) • 761 B
JSON
{
"name": "multi-currency-words",
"version": "1.0.2",
"description": "Convert currency amounts to words with support for Indian and International numbering systems",
"main": "src/index.js",
"types": "src/index.d.ts",
"keywords": [
"currency",
"words",
"indian",
"international",
"number",
"money",
"convert",
"lakh",
"crore",
"dollars",
"paise",
"cents"
],
"author": "Pavan Kumar Mistry",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mistrypavankumar/multi-currency-words"
},
"bugs": {
"url": "https://github.com/mistrypavankumar/multi-currency-words/issues"
},
"homepage": "https://github.com/mistrypavankumar/multi-currency-words#readme"
}