microgateway-plugins
Version:
Plugins for Apige Edge Microgateway
23 lines (22 loc) • 598 B
JSON
{
"name": "edgemicro-accesscontrol",
"version": "1.0.0",
"description": "This provides ip based whitelisting or blacklisting",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "srinandan",
"license": "Apache 2.0",
"dependencies": {
"debug": "^2.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apigee/microgateway-plugins.git"
},
"bugs": {
"url": "https://github.com/apigee/microgateway-plugins/issues"
},
"homepage": "https://github.com/apigee/microgateway-plugins#readme"
}