{
  "_args": [
    [
      "grunt-contrib-sass@1.0.0",
      "/app"
    ]
  ],
  "_from": "grunt-contrib-sass@1.0.0",
  "_id": "grunt-contrib-sass@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-gGg4JRy8DhqU1k1RXN00z2dNcBs=",
  "_location": "/grunt-contrib-sass",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "grunt-contrib-sass@1.0.0",
    "name": "grunt-contrib-sass",
    "escapedName": "grunt-contrib-sass",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-contrib-sass/-/grunt-contrib-sass-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/app",
  "author": {
    "name": "Grunt Team",
    "url": "http://gruntjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gruntjs/grunt-contrib-sass/issues"
  },
  "dependencies": {
    "async": "^0.9.0",
    "chalk": "^1.0.0",
    "cross-spawn": "^0.2.3",
    "dargs": "^4.0.0",
    "which": "^1.0.5"
  },
  "description": "Compile Sass to CSS",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-internal": "^0.4.10",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-nodeunit": "^0.4.1"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "tasks"
  ],
  "homepage": "https://github.com/gruntjs/grunt-contrib-sass#readme",
  "keywords": [
    "gruntplugin",
    "scss",
    "sass",
    "css",
    "compile",
    "preprocessor",
    "style"
  ],
  "license": "MIT",
  "name": "grunt-contrib-sass",
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gruntjs/grunt-contrib-sass.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "1.0.0"
}
