UNPKG

grunt-sass

Version:
52 lines (51 loc) 922 B
{ "name": "grunt-sass", "version": "4.0.0", "description": "Compile Sass to CSS", "license": "MIT", "repository": "sindresorhus/grunt-sass", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "sideEffects": false, "engines": { "node": ">=18" }, "scripts": { "//test": "xo && grunt", "test": "xo" }, "files": [ "tasks" ], "keywords": [ "gruntplugin", "css", "sass", "scss", "style", "compile", "preprocess", "libsass" ], "devDependencies": { "grunt": "^1.6.1", "grunt-cli": "^1.5.0", "grunt-contrib-clean": "^2.0.1", "grunt-contrib-nodeunit": "^5.0.0", "sass": "^1.84.0", "xo": "^0.60.0" }, "peerDependencies": { "grunt": ">=1" }, "xo": { "rules": { "unicorn/prefer-module": "off", "unicorn/no-anonymous-default-export": "off" } } }