myanmar-num-to-word
Version:
Myanmar-Num-to-Word is simple Javascript module to convert Myanmar numbers **digits to words** plus **burmese numbers to english numbers** conversion.
26 lines (25 loc) • 767 B
JSON
{
"name": "myanmar-num-to-word",
"version": "0.0.5",
"description": "Myanmar-Num-to-Word is simple Javascript module to convert Myanmar numbers **digits to words** plus **burmese numbers to english numbers** conversion.",
"main": "myanmarNumToWord.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/stevenay/myanmar-num-to-word-js"
},
"keywords": [
"myanmar-numbers", "number-to-word"
],
"author": "SteveNay (naylinaung.softwarearchitect@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/stevenay/myanmar-num-to-word-js/issues"
},
"homepage": "https://github.com/stevenay/myanmar-num-to-word-js#readme",
"devDependencies": {
"mocha": "^6.2.0"
}
}