-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1000 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
{
"name": "digitalocean-developer-firewall",
"version": "1.1.2",
"description": "Tool for developers to easily configure firewalls and gain access to their servers when using DigitalOcean cloud firewalls.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"firewall",
"cloud",
"digitalocean",
"digital-ocean",
"security",
"server",
"network",
"configuration",
"tool",
"droplet"
],
"author": "Erlend Ellingsen <erlend.ame@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ErlendEllingsen/digitalocean-developer-firewall/issues"
},
"homepage": "https://github.com/ErlendEllingsen/digitalocean-developer-firewall#readme",
"dependencies": {
"colors": "^1.2.1",
"minimist": "^1.2.0",
"public-ip": "^2.4.0",
"request": "^2.85.0",
"validate-ip-node": "^1.0.6"
},
"bin": {
"do-firewall": "./app.js"
}
}