-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
box.json
43 lines (43 loc) · 1014 Bytes
/
box.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
41
42
43
{
"chmod": "0755",
"directories": [
"src"
],
"files": [
"LICENSE",
"vendor/autoload.php"
],
"finder": [
{
"name": "*.php",
"exclude": [
".git",
"tests",
"Tests",
"examples",
"docs",
".github",
"*.md",
"*.txt",
"*.json",
"lywzx/php-epub/example"
],
"in": [
"vendor/bluemoehre",
"vendor/composer",
"vendor/doctrine",
"vendor/lywzx",
"vendor/monolog",
"vendor/psr",
"vendor/sandreas",
"vendor/symfony",
"vendor/twig",
"vendor/wapmorgan"
]
}
],
"git-version": "package_version",
"main": "bin/m4b-tool.php",
"output": "dist/m4b-tool.phar",
"stub": true
}