-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 890 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@wkronmiller/iptables-parser",
"version": "0.0.32",
"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"
]
}