ipfilter
Version:
A light-weight IP address based filtering system
29 lines (28 loc) • 549 B
JSON
{
"name": "ipfilter",
"description": "A light-weight IP address based filtering system",
"version": "0.0.4",
"author": "Michael Schonfeld <michael@dwolla.com>",
"dependencies": {
"underscore": "1.3.3"
},
"devDependencies": {
"mocha": "~1.4.2"
},
"keywords": [
"middleware",
"ipfilter",
"ip filter",
"ipban",
"ip ban"
],
"repository": {
"type": "git",
"url": "http://github.com/dwolla/node-ipfilter.git"
},
"main": "index.js",
"scripts": {
"test": "mocha"
},
"license": "BSD"
}