-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
27 lines (27 loc) · 997 Bytes
/
composer.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
{
"name": "pelock/jobfuscator",
"version": "1.0.4",
"description": "JObfuscator is a source code obfuscator for the Java programming language. Obfuscate and protect your Java source code and algorithms from hacking, cracking, reverse engineering, decompilation, and technology theft. JObfuscator provides advanced Java source code parsing based on AST trees, multiple advanced obfuscation strategies are available.",
"type": "library",
"keywords": ["java", "jar", "war", "class", "source", "obfuscator", "obfuscation", "obfuscate", "decompile", "decompiler", "decompilation"],
"license": "Apache-2.0",
"authors": [
{
"name": "Bartosz Wójcik",
"email": "support@pelock.com",
"homepage": "https://www.pelock.com"
}
],
"require": {
"php": ">=5.4.0",
"ext-zlib": "*",
"ext-json": "*",
"ext-curl": "*"
},
"autoload": {
"psr-4": {
"PELock\\JObfuscator\\": "src/",
"PELock\\JObfuscator\\examples\\": "examples/"
}
}
}