{
  "name": "grunt-contrib-sass",
  "description": "Compile Sass to CSS",
  "version": "2.0.0",
  "author": {
    "name": "Grunt Team",
    "url": "https://gruntjs.com/"
  },
  "repository": "gruntjs/grunt-contrib-sass",
  "license": "MIT",
  "engines": {
    "node": ">=8"
  },
  "main": "tasks/sass.js",
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "async": "^2.6.1",
    "chalk": "^2.4.1",
    "cross-spawn": "^6.0.5",
    "dargs": "^6.0.0",
    "which": "^1.3.1"
  },
  "devDependencies": {
    "grunt": "^1.3.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-internal": "^3.1.0",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-nodeunit": "^2.1.0"
  },
  "keywords": [
    "gruntplugin",
    "scss",
    "sass",
    "css",
    "compile",
    "preprocessor",
    "style"
  ],
  "files": [
    "tasks"
  ],
  "appveyor_id": "ugf9aop97slt5anb"
}
