{
  "name": "@bird-cage/number-formatter",
  "version": "0.0.2",
  "description": "just a npm tut",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec",
    "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bird-cage/number-formatter.git"
  },
  "keywords": [
    "test",
    "tut"
  ],
  "author": "Richard Frenken <npm@bird-cage.org> (http://bird-cage.org)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bird-cage/number-formatter/issues"
  },
  "homepage": "https://github.com/bird-cage/number-formatter#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.12",
    "istanbul": "^0.4.5",
    "mocha": "^3.0.2"
  }
}
