microgateway-plugins
Version:
Plugins for Apige Edge Microgateway
17 lines • 483 B
JSON
{
"name": "extoauth",
"version": "1.0.2",
"description": "Plugin to integrate Apigee Microgateway with an external OAuth Auth Server",
"main": "index.js",
"author": "Nandan Sridhar <nandanks@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"jsrsasign": "^7.2.0",
"request": "^2.81.0",
"debug": "^2.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apigee/microgateway-plugins.git"
}
}