UNPKG

598 BJSONView Raw
1{
2 "name": "edgemicro-accesscontrol",
3 "version": "1.0.0",
4 "description": "This provides ip based whitelisting or blacklisting",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "srinandan",
10 "license": "Apache 2.0",
11 "dependencies": {
12 "debug": "^2.2.0"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/apigee/microgateway-plugins.git"
17 },
18 "bugs": {
19 "url": "https://github.com/apigee/microgateway-plugins/issues"
20 },
21 "homepage": "https://github.com/apigee/microgateway-plugins#readme"
22}