mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
eeeb1811f0
This should enable GitHub's dependency graph support, so we get a display of how many repositories depend on this package.
15 lines
398 B
JSON
15 lines
398 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": {
|
|
"node-sass": "^4.11.0",
|
|
"chokidar": "^2.0.0",
|
|
"fibers": ">=1.0.0 <5.0.0",
|
|
"intercept-stdout": "^0.1.2"
|
|
}
|
|
}
|