{
  "name": "comma-it",
  "version": "0.0.5",
  "description": "Node.js module convert numbers to amounts",
  "main": "comma-it.js",
  "author": {
    "name": "Avner Cohen"
  },
  "keywords": [
    "Amounts",
    "Commas",
    "Numbers"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:AvnerCohen/comma-it.git"
  },
  "dependencies": {},
  "scripts": {
    "test": "node test/comma-it-test.js"
  },
  "engines": {
    "node": "*"
  },
  "readme": "Comma-It.js\n===========\n[![Build Status](https://travis-ci.org/AvnerCohen/comma-it.png)](https://travis-ci.org/AvnerCohen/comma-it)\nTiny module to turn numbers into a more readble amounts by adding commas:\n> 1234.5  => 1,234.50\n\n\n```js\ncommaIt( '12341233,12', {addPrecision:true}), '12 341 233,12'\n```\n\nCustom seperators:\n\n```js\ncommaIt('12341233.12', {addPrecision:true, thousandSeperator : ',', decimalSeperator : '.'}); // => 12,341,233.12'\n```\n\n\nAt some point in time it's very easy to add support for multiple precisions and setup for precision and thousands seperator char, these are different in different parts of the world ofcourse.\n\n[@avnerner](https://www.twitter.com/avnerner \"@avnerner\")\n\n\n",
  "readmeFilename": "readme.md",
  "_id": "comma-it@0.0.5",
  "_from": "comma-it@~0.0.4"
}
