{
	"source": ["./properties/**/*.json"],
	"platforms": {
		"colorDoc": {
			"transforms": [
				"attribute/cti",
				"attribute/colorValues",
				"attribute/colorVarNames"
			],
			"buildPath": "./dist/",
			"files": [
				{
					"destination": "js/colorAttributes.js",
					"format": "javascript/colorAttributes"
				}
			]
		},
		"variableDoc": {
			"transforms": [
				"attribute/cti",
				"name/cti/customProperty",
				"color/optimizedRGBA"
			],
			"buildPath": "./doc/",
			"files": [
				{
					"destination": "customProperties/index.html",
					"template": "staticDocs"
				}
			]
		},
		"jsConstants": {
			"transforms": [
				"attribute/cti",
				"name/cti/jsConstant",
				"color/optimizedRGBA",
				"value/fontNameJS"
			],
			"buildPath": "./dist/",
			"files": [
				{
					"destination": "js/constants.js",
					"format": "javascript/commonJS"
				}
			]
		},
		"ScssModuleCustomProperties": {
			"transforms": [
				"attribute/cti",
				"name/cti/customProperty",
				"color/optimizedRGBA"
			],
			"buildPath": "./dist/",
			"files": [
				{
					"destination": "scss/customProperties.module.scss",
					"format": "css/customProperties"
				}
			]
		},
		"CSSCustomProperties": {
			"transforms": [
				"attribute/cti",
				"name/cti/customProperty",
				"color/optimizedRGBA"
			],
			"buildPath": "./dist/",
			"files": [
				{
					"destination": "css/customProperties.css",
					"format": "css/customProperties"
				}
			]
		},
		"JSObjectCustomProperties": {
			"transforms": [
				"attribute/cti",
				"name/cti/customProperty",
				"color/optimizedRGBA"
			],
			"buildPath": "./dist/",
			"files": [
				{
					"destination": "js/customProperties.js",
					"format": "js/customProperties"
				}
			]
		},
		"scssVariables": {
			"transforms": [
				"attribute/cti",
				"name/cti/scssVar",
				"color/optimizedRGBA"
			],
			"buildPath": "./dist/",
			"files": [
				{
					"destination": "scss/_vars.scss",
					"format": "scss/variablesCustom"
				}
			]
		},
		"legacyScssColors": {
			"transforms": [
				"attribute/cti",
				"name/cti/scssVar",
				"color/optimizedRGBA"
			],
			"buildPath": "./dist/",
			"files": [
				{
					"destination": "scss/_colors.scss",
					"format": "scss/colorVariables"
				}
			]
		},
		"androidColors": {
			"transforms": [
				"attribute/cti",
				"name/cti/snake",
				"color/androidHex8"
			],
			"buildPath": "./dist/",
			"files": [
				{
					"destination": "android/colors.xml",
					"template": "android/colors"
				}
			]
		}
	}
}
