-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbox.json
More file actions
31 lines (31 loc) · 681 Bytes
/
box.json
File metadata and controls
31 lines (31 loc) · 681 Bytes
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
{
"algorithm": "SHA256",
"banner": [
"This file is part of the IP Analyzer service.",
"",
"@license MIT",
"(c) 2022 Eric Chow <https://cmchow.com>",
"",
"License at https://opensource.org/licenses/MIT"
],
"base-path": null,
"blacklist": [
"test",
"tools",
"ipsum.txt",
"vendor/workerman/workerman.log"
],
"chmod": "0644",
"compactors": [
"KevinGH\\Box\\Compactor\\Php"
],
"directories": [
"Core",
"vendor"
],
"files": [
"start-analyzer.php"
],
"main": "start-analyzer.php",
"output": "dist/ip-analyzer.phar"
}