liczby-slownie
Version:
Function to convert numbers as corresponding words
25 lines (24 loc) • 547 B
JSON
{
"name": "liczby-slownie",
"version": "1.0.0",
"description": "Function to convert numbers as corresponding words",
"main": "lib/slownie.js",
"scripts": {
"test": "mocha -R landing test/test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:fraunos/slownie.js.git"
},
"devDependencies": {
"should": ">= 0.0.0",
"mocha": ">= 0.0.0"
},
"keywords": [
"Słownie",
"slownie",
"liczby"
],
"author": "Michał Wołoszyn <kontakt@fraunos.pl> (https://fraunos.pl)",
"license": "BSD"
}