mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
15 lines
429 B
JSON
15 lines
429 B
JSON
{
|
|
"name": "sassc",
|
|
"version": "3.6.2",
|
|
"port-version": 1,
|
|
"description": "SassC is a wrapper around libsass (http://github.com/sass/libsass) used to generate a useful command-line application that can be installed and packaged for several operating systems.",
|
|
"homepage": "https://github.com/sass/sassc",
|
|
"dependencies": [
|
|
{
|
|
"name": "getopt",
|
|
"platform": "windows & !mingw"
|
|
},
|
|
"libsass"
|
|
]
|
|
}
|