{
  "name": "jwt-simple",
  "description": "JWT(JSON Web Token) encode and decode module",
  "version": "0.5.6",
  "author": "Kazuhito Hokamura <k.hokamura@gmail.com>",
  "repository": {
    "type": "git",
    "url": "http://github.com/hokaccha/node-jwt-simple.git"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "istanbul": "^0.4.2",
    "mocha": "^6.0.2"
  },
  "scripts": {
    "test": "istanbul cover _mocha test/*.js"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 0.4.0"
  },
  "files": [
    "README.md",
    "index.js",
    "index.d.ts",
    "lib"
  ],
  "keywords": [
    "jwt",
    "encode",
    "decode"
  ],
  "main": "./index",
  "types": "./index.d.ts",
  "typings": "./index.d.ts"
}
