{
  "name": "beautiful-log",
  "version": "2.0.0-7",
  "description": "Because logging should be beautiful.",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Matthew Savage (bluepichu) <bluepichu@bluepichu.com>",
  "license": "ISC",
  "dependencies": {
    "ansy": "^1.0.1",
    "callsite": "^1.0.0",
    "moment": "^2.13.0",
    "sprintf-js": "^1.0.3"
  },
  "typings": "dist/main/beautiful-log.d.ts",
  "bugs": {
    "url": "https://github.com/bluepichu/beautiful-log/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bluepichu/beautiful-log.git"
  },
  "devDependencies": {
    "@types/callsite": "^1.0.30",
    "@types/node": "^7.0.5"
  },
  "bin": {
    "beautiful-log": "./bin/client.js"
  }
}
