{
	"version": "0.0.1",
	"target": "default",
	"config": {
		"production": {
			"minify": true,
			"autoprefixerOptions": "Firefox >= 4",
			"www": "www",
			"common": "common",
			"host": "/common/"
		},
		"development": {
			"minify": false,
			"www": "www",
			"common": "common",
			"host": "../common/"
		}
	}
}