{ "name": "grunt-dart-sass", "version": "2.0.1", "description": "Compile Sass to CSS via Dart Sass", "repository": { "type": "git", "url": "git+https://github.com/laurenhamel/grunt-dart-sass.git" }, "keywords": [ "npm", "grunt", "dart-sass", "sass" ], "author": "Lauren Hamel", "license": "MIT", "bugs": { "url": "https://github.com/laurenhamel/grunt-dart-sass/issues" }, "homepage": "https://github.com/laurenhamel/grunt-dart-sass#readme", "dependencies": { "chalk": "^2.4.1", "intercept-stdout": "^0.1.2", "path": "^0.12.7" }, "devDependencies": { "grunt": "^1.3.0", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-nodeunit": "^2.1.0", "lodash": "^4.17.21" }, "peerDependencies": { "sass": "^1.32.8" } }