ordinal-pt-br
Version:
Transforma números cardinais em ordinais por extenso
25 lines (24 loc) • 533 B
JSON
{
"name": "ordinal-pt-br",
"version": "1.0.0",
"description": "Transforma números cardinais em ordinais por extenso",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ashleygwilliams/my_package.git"
},
"keywords": [
"ordinal",
"portugues",
"numero"
],
"author": {
"name": "Gabriel Coutinho",
"url": "https://coutinho.dev"
},
"license": "MIT",
"homepage": "https://github.com/gcacoutinho/ordinal-pt-br"
}