UNPKG

express-ip-access-control

Version:
30 lines (29 loc) 703 B
{ "name": "express-ip-access-control", "version": "1.1.3", "description": "An express.js middleware for access control.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/KennyTangHK/express-ip-access-control.git" }, "keywords": [ "expressjs", "middleware", "filter", "ip", "access" ], "author": "Kenny Tang", "license": "MIT", "bugs": { "url": "https://github.com/KennyTangHK/express-ip-access-control/issues" }, "homepage": "https://github.com/KennyTangHK/express-ip-access-control", "dependencies": { "ipaddr.js": "^1.0.1" } }