mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
658eb70b55
This allows us to release sass/embedded-host-node#231.
17 lines
420 B
JSON
17 lines
420 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": ">=3.0.0 <4.0.0",
|
|
"immutable": "^4.0.0",
|
|
"intercept-stdout": "^0.1.2"
|
|
},
|
|
"dependencies": {
|
|
"sass": "^1.63.5"
|
|
}
|
|
}
|