{
  "name": "jwt-otp",
  "version": "1.0.1",
  "description": "Plug and play javascript web tokens using managed secrets and per token OTP.",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter list tests.js"
  },
  "blanket": {
    "pattern": "index.js",
    "data-cover-never": "node_modules",
    "data-cover-flags": {
      "engineOnly":true
    }
  },
  "keywords": [
    "JWT",
    "OTP",
    "session",
    "verify",
    "json",
    "payload",
    "secure"
  ],
  "author": "Andrew Hurst",
  "license": "MIT",
  "dependencies": {
    "async": "^2.0.0-rc.5",
    "jsonwebtoken": "^7.0.0",
    "lodash": "4.13.1"
  },
  "devDependencies": {
    "mocha": "2.5.3",
    "timekeeper": "0.1.1"
  }, 
  "repository": { 
    "type": "git",
    "url": "https://github.com/Andr3wHur5t/jwt-otp.git"
  }
}
