rupee-formatter
Version:
Indian Currency formatter.
35 lines (34 loc) • 771 B
JSON
{
"name": "rupee-formatter",
"version": "1.0.5",
"description": "",
"main": "rupeeFormatter.js",
"files": [
"rupeeFormatter.js"
],
"scripts": {
"test": "mocha -w --compilers js:babel-register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chsisodiya/rupee-formatter.git"
},
"keywords": [
"rupee",
"formatter",
"currency"
],
"author": "Chetan Sisodiya",
"license": "MIT",
"bugs": {
"url": "https://github.com/chsisodiya/rupee-formatter/issues"
},
"homepage": "https://github.com/chsisodiya/rupee-formatter#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.5.2",
"babel-register": "^6.24.1",
"mocha": "^3.4.2",
"nodemon": "^1.11.0"
}
}