numbers2words
Version:
Numbers to words converter.
26 lines (25 loc) • 465 B
JSON
{
"name": "numbers2words",
"description": "Numbers to words converter.",
"main": "./build/numbers2words.min.js",
"authors": [
"Tomas Jurman <tomasjurman@gmail.com>"
],
"license": "MIT",
"keywords": [
"number",
"word",
"converter"
],
"homepage": "https://github.com/Kibo/numbers2words.git",
"moduleType": [
"globals"
],
"ignore": [
"node_modules",
"src",
"test",
"gruntfile.json",
"package.json"
]
}