{ "name": "jwt-decode", "version": "2.0.1", "description": "Decode JWT tokens, mostly useful for browser applications.", "main": "lib/index.js", "keywords": [ "jwt", "browser" ], "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "git://github.com/auth0/jwt-decode" }, "author": "Jose F. Romaniello (http://joseoncode.com)", "license": "MIT", "dependencies": {}, "devDependencies": { "browserify": "~2.35.0", "uglify-js": "~2.4.0", "grunt": "~0.4.0", "grunt-cli": "~0.1.9", "grunt-exec": "~0.4.2", "grunt-contrib-connect": "~0.5.0", "grunt-contrib-watch": "~0.2.0", "grunt-browserify": "~1.2.8", "grunt-contrib-uglify": "~0.2.4", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-copy": "~0.4.1", "rimraf": "~2.2.2", "expect.js": "~0.2.0", "mocha": "~1.13.0", "grunt-s3": "~0.2.0-alpha.3", "testem": "~0.5.8" } }