You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							35 lines
						
					
					
						
							666 B
						
					
					
				
			
		
		
	
	
							35 lines
						
					
					
						
							666 B
						
					
					
				| {
 | |
|   "name": "jsonwebtoken",
 | |
|   "version": "5.4.1",
 | |
|   "description": "JSON Web Token implementation (symmetric and asymmetric)",
 | |
|   "main": "index.js",
 | |
|   "scripts": {
 | |
|     "test": "mocha"
 | |
|   },
 | |
|   "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": {
 | |
|     "jws": "^3.0.0",
 | |
|     "ms": "^0.7.1"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "atob": "^1.1.2",
 | |
|     "chai": "^1.10.0",
 | |
|     "mocha": "^2.1.0",
 | |
|     "sinon": "^1.15.4"
 | |
|   },
 | |
|   "engines": {
 | |
|     "npm": ">=1.4.28"
 | |
|   }
 | |
| }
 |