UNPKG

@wkronmiller/iptables-parser

Version:
37 lines (36 loc) 890 B
{ "name": "@wkronmiller/iptables-parser", "version": "0.0.34", "description": "Parse IPTable config files", "main": "src/index.js", "author": "William Rory Kronmiller", "license": "MIT", "private": false, "repository": { "type": "git", "url": "https://github.com/wkronmiller/iptables-parser.git" }, "homepage": "https://github.com/wkronmiller/iptables-parser/blob/master/README.md", "bugs": { "url": "https://github.com/wkronmiller/iptables-parser/issues", "email": "wrk961@gmail.com" }, "directories": { "test": "test" }, "scripts": { "test": "node test/index.js", "bump-version": "version-bump git-commit-msg" }, "devDependencies": { "@theo.gravity/version-bump": "^1.1.1", "diff": "^3.5.0", "version-bump-plugin-git": "^1.0.5" }, "keywords": [ "iptables", "parser", "firewall", "centos" ] }