@amirsanni/number-to-words
Version:
Convert numbers to words, with an optional country code.
26 lines (25 loc) • 657 B
JSON
{
"name": "@amirsanni/number-to-words",
"version": "0.0.1",
"description": "Convert numbers to words, with an optional country code.",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amirsanni/number-to-words-js.git"
},
"keywords": [
"Number",
"Words",
"Figures",
"Convert"
],
"author": "Amir Sanni <amirsanni@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/amirsanni/number-to-words-js/issues"
},
"homepage": "https://github.com/amirsanni/number-to-words-js#readme"
}