{ "name": "grunt-contrib-sass", "description": "Compile Sass to CSS", "version": "0.8.1", "homepage": "https://github.com/gruntjs/grunt-contrib-sass", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/" }, "repository": "gruntjs/grunt-contrib-sass", "licenses": [ { "type": "MIT", "url": "https://github.com/gruntjs/grunt-contrib-sass/blob/master/LICENSE-MIT" } ], "engines": { "node": ">=0.10.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "async": "^0.9.0", "chalk": "^0.5.1", "dargs": "^2.0.0", "which": "^1.0.5", "win-spawn": "^2.0.0" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-internal": "^0.4.10", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-nodeunit": "^0.4.1" }, "peerDependencies": { "grunt": ">=0.4.0" }, "keywords": [ "gruntplugin", "scss", "sass", "css", "compile", "preprocessor", "style" ] }