dart-sass/package.json
2021-02-18 13:15:11 -08:00

15 lines
406 B
JSON

{
"//": [
"This isn't the official package.json for Dart Sass. It's just used to ",
"install dependencies used for testing the Node API. It defines a package",
"name to enable GitHub's dependency graph tracking."
],
"name": "sass",
"devDependencies": {
"chokidar": ">=2.0.0 <4.0.0",
"fibers": ">=1.0.0 <5.0.0",
"intercept-stdout": "^0.1.2",
"node-sass": "^4.11.0"
}
}