2017-12-01 14:20:49 -08:00
|
|
|
{
|
|
|
|
"//": [
|
|
|
|
"This isn't the official package.json for Dart Sass. It's just used to ",
|
2019-05-24 16:20:40 -07:00
|
|
|
"install dependencies used for testing the Node API. It defines a package",
|
|
|
|
"name to enable GitHub's dependency graph tracking."
|
2017-12-01 14:20:49 -08:00
|
|
|
],
|
2019-05-24 16:20:40 -07:00
|
|
|
"name": "sass",
|
2017-12-01 14:20:49 -08:00
|
|
|
"devDependencies": {
|
2019-04-03 01:07:12 -07:00
|
|
|
"node-sass": "^4.11.0",
|
2018-05-22 18:06:07 -04:00
|
|
|
"chokidar": "^2.0.0",
|
2019-04-30 13:53:35 -07:00
|
|
|
"fibers": ">=1.0.0 <5.0.0",
|
2018-04-25 17:47:29 -07:00
|
|
|
"intercept-stdout": "^0.1.2"
|
2017-12-01 14:20:49 -08:00
|
|
|
}
|
|
|
|
}
|