-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 931 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
37
38
39
40
{
"name": "firewall-my-systems",
"version": "0.5.6",
"description": "quick firewall rules builder for iptables, ipfw, and pf",
"main": "index.js",
"bin": {
"firewall-my-systems-server": "./launch-server.js",
"firewall-my-system": "./launch-cli.js"
},
"scripts": {
"start": "./node_modules/.bin/supervisor -e js,jsx,json,styl launch-server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/berke1337/firewallmy.systems"
},
"keywords": [
"firewall",
"rules",
"iptables",
"pf",
"ipfw",
"builder",
"easy"
],
"author": {
"name": "Jake Teton-Landis",
"url": "http://jake.teton-landis.org",
"email": "just.1.jake@gmail.com"
},
"license": "GPL",
"dependencies": {
"babel": "^4.4.3",
"express": "^4.11.2"
},
"devDependencies": {
"supervisor": "^0.6.0"
}
}