{
  "name": "jwt-decoder",
  "version": "0.0.0",
  "description": "CLI utility to decode JWTs",
  "bin": "bin/index.js",
  "scripts": {
    "test": "jwt-decoder test_jwt.json"
  },
  "keywords": [
    "jwt",
    "json",
    "web",
    "token",
    "decode",
    "cli"
  ],
  "author": "Nick Desaulniers",
  "license": "Beerware",
  "dependencies": {
    "green-jwt": "0.0.8-alpha"
  }
}
