UNPKG

express-validate-ip

Version:
37 lines (36 loc) 723 B
{ "name": "express-validate-ip", "version": "2.1.0", "description": "Validate the request IP against a whitelist", "main": "lib/expressValidateIp.js", "files": [ "lib" ], "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/One-com/express-validate-ip.git" }, "license": "MIT", "keywords": [ "express", "middleware", "ip", "access", "control", "validation" ], "author": "Gustav Nikolaj <gno@one.com>", "devDependencies": { "express": "^4.13.4", "mocha": "2.5.3", "unexpected": "10.13.3", "unexpected-express": "8.2.0" }, "dependencies": { "httperrors": "^2.1.0", "ip": "^1.1.5" } }