mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
c8ac543d1e
Apparently npm and Yarn won't avoid installing a package version that
declares incompatibility with them, so dropping compatibility for an
old version is actually a breaking change 😭.
26 lines
630 B
JSON
26 lines
630 B
JSON
{
|
|
"name": "sass",
|
|
"description": "A pure JavaScript implementation of Sass.",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/sass/dart-sass/issues",
|
|
"homepage": "https://github.com/sass/dart-sass",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sass/dart-sass"
|
|
},
|
|
"author": {
|
|
"name": "Natalie Weizenbaum",
|
|
"email": "nweiz@google.com",
|
|
"url": "https://github.com/nex3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.9.0"
|
|
},
|
|
"dependencies": {
|
|
"chokidar": ">=2.0.0 <4.0.0"
|
|
},
|
|
"main": "sass.dart.js",
|
|
"bin": "sass.js",
|
|
"keywords": ["style", "scss", "sass", "preprocessor", "css"]
|
|
}
|