format-currency-input
Version:
Reformat inputted currency text.
32 lines (31 loc) • 703 B
JSON
{
"name": "format-currency-input",
"version": "0.3.0",
"description": "Reformat inputted currency text.",
"keywords": [
"format",
"formatting",
"currency",
"money",
"input",
"string",
"dollar",
"cent"
],
"main": "index.js",
"scripts": {
"dev": "parcel demo/index.html --no-cache",
"build": "parcel build demo/index.html"
},
"devDependencies": {
"@bswank/design": "^0.3.0",
"parcel-bundler": "^1.12.4"
},
"author": "Brian Swank",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bswank/format-currency-input.git"
},
"homepage": "https://github.com/bswank/format-currency-input#readme"
}