Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
jsonwebtoken / package.json
Size: Mime:
{
  "name": "jsonwebtoken",
  "version": "7.1.6",
  "description": "JSON Web Token implementation (symmetric and asymmetric)",
  "main": "index.js",
  "scripts": {
    "test": "mocha --require test/util/fakeDate"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/auth0/node-jsonwebtoken"
  },
  "keywords": [
    "jwt"
  ],
  "author": "auth0",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/auth0/node-jsonwebtoken/issues"
  },
  "dependencies": {
    "cb": "^0.1.0",
    "joi": "^6.10.1",
    "jws": "^3.1.3",
    "ms": "^0.7.1",
    "xtend": "^4.0.1"
  },
  "devDependencies": {
    "atob": "^1.1.2",
    "chai": "^1.10.0",
    "conventional-changelog": "~1.1.0",
    "mocha": "^2.1.0",
    "sinon": "^1.15.4"
  },
  "engines": {
    "npm": ">=1.4.28",
    "node": ">=0.12"
  }
}