keyfetch.js/package.json

36 lines
732 B
JSON
Raw Normal View History

{
"name": "keyfetch",
2020-04-08 20:07:34 +00:00
"version": "1.3.0",
"description": "Lightweight support for fetching JWKs.",
"homepage": "https://git.coolaj86.com/coolaj86/keyfetch.js",
"main": "keyfetch.js",
"files": [],
2019-02-25 22:54:08 +00:00
"dependencies": {
2020-04-08 20:07:34 +00:00
"@root/request": "^1.5.0",
2019-03-12 15:43:24 +00:00
"eckles": "^1.4.1",
"rasha": "^1.2.4"
2019-02-25 22:54:08 +00:00
},
"devDependencies": {},
"scripts": {
"test": "node keyfetch-test.js"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/keyfetch.js.git"
},
2019-02-25 22:54:08 +00:00
"keywords": [
"jwks",
"jwk",
"jwt",
"auth0",
"pem",
"RSA",
"EC",
"ECDSA",
"OIDC",
"well-known"
],
2020-04-08 20:07:34 +00:00
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0"
2019-02-25 22:54:08 +00:00
}