{
	"indent": 4,
	"strict": true,
	"globalstrict": true,
	"node": true,
	"browser": true,
	"nonew": true,
	"curly": true,
	"eqeqeq": true,
	"immed": true,
	"newcap": true,
	"regexp": true,
	"evil": true,
	"eqnull": true,
	"expr": true,
	"trailing": true,
	"undef": true,
	"unused": true,

	"predef": [
			"console",
			"importScripts",
			"process",
			"QUnit",
			"test",
			"asyncTest",
			"ok",
			"equal",
			"deepEqual",
			"start",
			"chrome",
			"define",
			"self",
			"describe",
			"it",
			"chai",
			"sinon",
			"mocha",
            "before",
            "beforeEach",
            "after",
            "afterEach"
	],

	"globals": {
	}
}