{
  "name": "json-prettier",
  "version": "0.0.2",
  "description": "Terminal json pretty print",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "jpp": "index.js"
  },
  "keywords": [
    "json",
    "format",
    "pretty",
    "hignlight"
  ],
  "author": "Walle",
  "license": "MIT",
  "repository": "https://github.com/wangchaoyi/json-prettier.git"
}
