number2texto
Version:
Converts numbers to text in English, Spanish and Portuguese
45 lines (44 loc) • 924 B
JSON
{
"name": "number2texto",
"version": "0.0.9",
"description": "Converts numbers to text in English, Spanish and Portuguese",
"main": "index.js",
"scripts": {
"test": "mocha",
"debug": "node --inspect test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/porjolovsky/number2texto.git"
},
"keywords": [
"Español",
"Spanish",
"number",
"text",
"número",
"números",
"numero",
"a",
"texto",
"numeros",
"a",
"texto",
"numbers",
"converter",
"conversión",
"convertir"
],
"author": "Lucas Reta",
"license": "ISC",
"bugs": {
"url": "https://github.com/porjolovsky/number2texto/issues"
},
"homepage": "https://github.com/porjolovsky/number2texto#readme",
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-google": "^0.14.0",
"mocha": "^8.1.1"
},
"dependencies": {}
}