Your IP : 216.73.216.224


Current Path : /var/www/html/libraries/kunena/External/scssphp/scssphp/
Upload File :
Current File : /var/www/html/libraries/kunena/External/scssphp/scssphp/composer.json

{
	"name" : "scssphp/scssphp",
	"type" : "library",
	"description" : "scssphp is a compiler for SCSS written in PHP.",
	"keywords" : [
		"css",
		"stylesheet",
		"scss",
		"sass",
		"less"
	],
	"homepage" : "https://scssphp.github.io/scssphp/",
	"license" : "MIT",
	"authors" : [{
			"name" : "Anthon Pang",
			"email" : "apang@softwaredevelopment.ca",
			"homepage" : "https://github.com/robocoder"
		}, {
			"name" : "Cédric Morin",
			"email" : "cedric@yterium.com",
			"homepage" : "https://github.com/Cerdic"
		}
	],
	"autoload" : {
		"psr-4" : {
			"ScssPhp\\ScssPhp\\" : "src/"
		}
	},
	"autoload-dev" : {
		"psr-4" : {
			"ScssPhp\\ScssPhp\\Tests\\" : "tests/"
		}
	},
	"require" : {
		"php" : ">=5.6.0",
		"ext-json" : "*",
		"ext-ctype" : "*"
	},
	"suggest" : {
		"ext-mbstring" : "For best performance, mbstring should be installed as it is faster than ext-iconv",
		"ext-iconv" : "Can be used as fallback when ext-mbstring is not available"
	},
	"require-dev" : {
		"bamarni/composer-bin-plugin" : "^1.4",
		"phpunit/phpunit" : "~12.5.21",
		"sass/sass-spec" : "*",
		"squizlabs/php_codesniffer" : "~3.5",
		"symfony/phpunit-bridge" : "^5.1",
		"thoughtbot/bourbon" : "^7.0",
		"twbs/bootstrap" : "~5.0",
		"twbs/bootstrap4" : "4.6.1",
		"zurb/foundation" : "~6.5"
	},
	"repositories" : [{
			"type" : "package",
			"package" : {
				"name" : "sass/sass-spec",
				"version" : "2021.11.30",
				"source" : {
					"type" : "git",
					"url" : "https://github.com/sass/sass-spec.git",
					"reference" : "ee5b460ac84b1ce27b86e22c0252b4296444cf3a"
				},
				"dist" : {
					"type" : "zip",
					"url" : "https://api.github.com/repos/sass/sass-spec/zipball/ee5b460ac84b1ce27b86e22c0252b4296444cf3a",
					"reference" : "ee5b460ac84b1ce27b86e22c0252b4296444cf3a"
				}
			}
		}, {
			"type" : "package",
			"package" : {
				"name" : "thoughtbot/bourbon",
				"version" : "v7.0.0",
				"source" : {
					"type" : "git",
					"url" : "https://github.com/thoughtbot/bourbon.git",
					"reference" : "fbe338ee6807e7f7aa996d82c8a16f248bb149b3"
				},
				"dist" : {
					"type" : "zip",
					"url" : "https://api.github.com/repos/thoughtbot/bourbon/zipball/fbe338ee6807e7f7aa996d82c8a16f248bb149b3",
					"reference" : "fbe338ee6807e7f7aa996d82c8a16f248bb149b3"
				}
			}
		}, {
			"type" : "package",
			"package" : {
				"name" : "twbs/bootstrap4",
				"version" : "v4.6.1",
				"source" : {
					"type" : "git",
					"url" : "https://github.com/twbs/bootstrap.git",
					"reference" : "043a03c95a2ad6738f85b65e53b9dbdfb03b8d10"
				},
				"dist" : {
					"type" : "zip",
					"url" : "https://api.github.com/repos/twbs/bootstrap/zipball/043a03c95a2ad6738f85b65e53b9dbdfb03b8d10",
					"reference" : "043a03c95a2ad6738f85b65e53b9dbdfb03b8d10"
				}
			}
		}
	],
	"bin" : [
		"bin/pscss"
	],
	"config" : {
		"sort-packages" : true,
		"allow-plugins" : {
			"bamarni/composer-bin-plugin" : true
		}
	}
}