@abbjs/slownie
Version:
Function to convert numbers as corresponding words
34 lines (33 loc) • 693 B
JSON
{
"name": "@abbjs/slownie",
"version": "2.0.0",
"description": "Function to convert numbers as corresponding words",
"main": "lib/index.js",
"scripts": {
"test": "mocha -R landing test/*.test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:mariusz-zajac/slownie.js.git"
},
"devDependencies": {
"should": ">= 0.0.0",
"mocha": ">= 0.0.0"
},
"keywords": [
"Słownie",
"slownie",
"liczby",
"zamiana",
"numbers",
"in-words",
"to-words",
"conversion",
"transform"
],
"author": {
"name": "Mariusz Zając",
"email": "abb.mail1@gmail.com"
},
"license": "0BSD"
}