{
  "author": "Rafael de Oleza <rafeca@gmail.com> (https://github.com/rafeca)",
  "name": "prettyjson",
  "description": "Package for formatting JSON data in a coloured YAML-style, perfect for CLI output",
  "version": "0.9.0",
  "homepage": "http://rafeca.com/prettyjson",
  "keywords": [
    "json",
    "cli",
    "formatting",
    "colors"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rafeca/prettyjson.git"
  },
  "main": "./lib/prettyjson",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --reporter spec"
  },
  "bin": {
    "prettyjson": "./bin/prettyjson"
  },
  "engines": {
    "node": ">= 0.6.0 < 0.11.0"
  },
  "dependencies": {
    "colors": "0.6.0-1"
  },
  "devDependencies": {
    "releasetools": "0.4.1",
    "step": "0.0.5",
    "mocha": "1.8.1",
    "should": "1.2.2",
    "jake": "0.5.9",
    "jshint": "1.1.0",
    "jscoverage": "0.3.8"
  }
}
