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