{
  "name": "@zakstal/number-formatter",
  "version": "0.0.3",
  "description": "Adds commas to a number",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha --reporter spec",
    "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zakstal/number-formatter.git"
  },
  "keywords": [
    "number",
    "formatter",
    "commas"
  ],
  "author": "Zak Stallings (zakstal.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zakstal/number-formatter/issues"
  },
  "homepage": "https://github.com/zakstal/number-formatter",
  "devDependencies": {
    "chai": "^3.0.0",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.17",
    "mocha": "^2.2.5"
  }
}
