inr-words
Version:
Convert Indian currency from numbers to words
33 lines (32 loc) • 674 B
JSON
{
"name": "inr-words",
"version": "2.0.0",
"description": "Convert Indian currency from numbers to words",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "node --watch index.test.mjs",
"test": ""
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nidri/inr-words.git"
},
"keywords": [
"inr",
"currency",
"indian currency",
"rupees",
"in words"
],
"author": "Krishna Santosh Nidri",
"license": "ISC",
"bugs": {
"url": "https://github.com/nidri/inr-words/issues"
},
"homepage": "https://github.com/nidri/inr-words#readme",
"dependencies": {
},
"devDependencies": {
}
}