{
	"ignore": ["node_modules", ".git", "client/**/*.*", "server/locales/**/*.*"],

	"__exec": "nodejs-dashboard node server/dev.js",

	"verbose": false,

	"watch": [
		"server",
		"config.js",
		"webpack.*.config.js"
	],

	"ext": "js json"
}