UNPKG

dollars-to-words

Version:

Converts currency value represented numerically to a words.

28 lines (27 loc) 586 B
{ "name": "dollars-to-words", "version": "1.1.1", "description": "Converts currency value represented numerically to a words.", "main": "index.js", "scripts": { "test": "jest" }, "keywords": [ "currency", "convert", "words" ], "author": "Travis Smith <travis.a.smith.ja@gmail.com>", "license": "MIT", "dependencies": {}, "devDependencies": { "jest": "^26.1.0" }, "repository": { "type": "git", "url": "https://github.com/smithtal/dollars-to-words.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }