UNPKG

@lodder/grunt-postcss

Version:

Apply several post-processors to your CSS using PostCSS

48 lines (47 loc) 1.02 kB
{ "name": "@lodder/grunt-postcss", "version": "3.1.1", "description": "Apply several post-processors to your CSS using PostCSS", "author": { "name": "Dmitry Nikitenko", "email": "dima.nikitenko@gmail.com" }, "repository": "C-Lodder/grunt-postcss", "license": "MIT", "engines": { "node": "^10 || ^12 || >=14" }, "scripts": { "test": "grunt test" }, "keywords": [ "gruntplugin", "postcss-runner", "css", "postprocessor", "postcss" ], "files": [ "tasks/*.js" ], "dependencies": { "diff": "^5.0.0", "maxmin": "^3.0.0", "picocolors": "^1.0.0" }, "devDependencies": { "@lodder/time-grunt": "^4.0.0", "cssnano": "^5.0.8", "grunt": "^1.4.1", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-jshint": "^3.1.1", "grunt-contrib-nodeunit": "^4.0.0", "load-grunt-tasks": "^5.1.0", "postcss": "^8.3.11", "postcss-scss": "^4.0.2" }, "peerDependencies": { "grunt": ">=1.0.4", "postcss": "^8.0.0" } }