{
	"packages": {
		"test": {
			"base": "../../",
			"target": "./test/browser/application.js",
			"modules": [
				"./lib/*.js",
				"./test/browser/tests/*.coffee",
				"./test/data/*.json",
				"cache-storage/lib/*.js",
				"cache-storage/Storage/*.js"
			],
			"run": [
				"/test/browser/tests/Translator"
			],
			"ignore": {
				"packageFiles": true
			}
		}
	},
	"debugger": {
		"minify": false,
		"filesStats": false
	}
}