{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"JSObfuscator.changeFileExtension": "",
		"JSObfuscator.javascript-obfuscator": {
			
			
			"compact": false,
			"controlFlowFlattening": false,
			"deadCodeInjection": false,
			"debugProtection": false,
			"debugProtectionInterval": false,
			"disableConsoleOutput": false,
			"identifierNamesGenerator": "hexadecimal",
			"log": false,
			"renameGlobals": false,
			"rotateStringArray": false,
			"selfDefending": false,
			"shuffleStringArray": false,
			"splitStrings": false,
			"stringArray": false,
			"stringArrayEncoding": [],
			"stringArrayThreshold": 0.75,
			"unicodeEscapeSequence": false
		},
		"JSObfuscator.overwriteExistingFiles": true,
		"JSObfuscator.filesToIgnore": "Samples.js,UserSettings.js"
	}
}