{
  "name": "jwt-authentication",
  "version": "0.4.0",
  "description": "Library that is used to create and verify json web tokens for service to service authentication purposes.",
  "main": "index.js",
  "scripts": {
    "test": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/atlassianlabs/jwt-authentication"
  },
  "contributors": [
    {
      "name": "Ben Sayers",
      "email": "bsayers@atlassian.com"
    },
    {
      "name": "David Richard",
      "email": "drichard@atlassian.com"
    },
    {
      "name": "Ashwin Srinivasan",
      "email": "asrinivasan@atlassian.com"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-bump": "0.0.16",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-connect": "^0.9.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-conventional-changelog": "^1.1.0",
    "grunt-jasmine-nodejs": "^1.4.3",
    "grunt-jsdoc-to-markdown": "^0.4.2",
    "grunt-npm": "0.0.2",
    "jasmine": "^2.3.2",
    "jasmine-http-server-spy": "^0.1.0",
    "jwt-simple": "^0.2.0",
    "proxyquire": "^1.3.1",
    "request": "^2.67.0"
  },
  "dependencies": {
    "axios": "^0.15.3",
    "crypto": "0.0.3",
    "ducktype": "^1.1.0",
    "jsdoc": "^3.5.4",
    "jsonwebtoken": "^5.0.0",
    "lodash": "^4.17.10",
    "node-cache": "^3.0.0",
    "node-forge": "^0.7.1",
    "q": "^1.5.0"
  }
}
