dart-sass/package.json

12 lines
273 B
JSON
Raw Normal View History

{
"//": [
"This isn't the official package.json for Dart Sass. It's just used to ",
"install dependencies used for testing the Node API."
],
"devDependencies": {
"chokidar": "^2.0.0",
"fibers": ">=1.0.0 <3.0.0",
"intercept-stdout": "^0.1.2"
}
}