SAP-BTP-Spielwiese/app1/node_modules/jwt-decode/package.json
Markus Rettig 775ac7b58c completed step 3 from the tutorial
you must login with an BTP account in order to see the app
2024-02-08 16:13:36 +01:00

38 lines
974 B
JSON

{
"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 <jfromaniello@gmail.com> (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"
}
}