{
  "name": "pretty-print",
  "version": "2.0.0",
  "description": "Print formatted data to the the command line",
  "main": "index.js",
  "scripts": {
    "test": "node test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/scottcorgan/pretty-print.git"
  },
  "keywords": [
    "pretty",
    "print",
    "cli",
    "command",
    "line",
    "terminal"
  ],
  "author": "Scott Corgan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scottcorgan/pretty-print/issues"
  },
  "dependencies": {
    "as-array": "^2.0.0",
    "chalk": "~2.4.1",
    "feedback": "~0.3.x",
    "lodash": "~4.17.10"
  },
  "devDependencies": {
    "tape": "~2.1.0"
  }
}
