in-words
Version:
Convert numbers to words
37 lines (36 loc) • 1 kB
JSON
{
"name": "in-words",
"version": "0.2.3",
"description": "Convert numbers to words",
"main": "index.js",
"homepage": "https://github.com/adrianheine/node-in-words",
"bugs": "https://github.com/adrianheine/node-in-words/issues",
"scripts": {
"test": "npm run-script lint && npm run-script unittest && npm run-script checkexample",
"unittest": "mocha --recursive --throw-deprecation --check-leaks -b -R progress",
"lint": "eslint .",
"checkexample": "node -c example/example.js"
},
"repository": {
"type": "git",
"url": "git://github.com/adrianheine/node-in-words.git"
},
"keywords": [
"number",
"numbers",
"numerals",
"stringify",
"in-words",
"words"
],
"author": "Adrian Heine <mail@adrianheine.de>",
"licenses": [ {
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
} ],
"devDependencies": {
"eslint": "^8",
"mocha": "^9"
},
"tonicExampleFilename": "example/example.js"
}