1.1.0 • Published 9 years ago

currency-number-format v1.1.0

Weekly downloads
140
License
MIT
Repository
github
Last release
9 years ago

Currency Number Format JSON

npm version bower version

JSON languages object.

Installation

Copy the JSON file into your project or use npm/bower package manager:

  • Execute the following command: npm install currency-number-format or bower install currency-number-format

Usage

Structure:

{
    "en_US": {
        "decimal": ".",
        "thousands": ","
    },
    ...
}

License

The MIT License.

See LICENSE