{ "name": "postcss-minify-gradients", "version": "5.0.2", "description": "Minify gradient parameters with PostCSS.", "main": "dist/index.js", "scripts": { "prebuild": "rimraf dist", "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", "prepare": "yarn build" }, "files": [ "LICENSE-MIT", "dist" ], "keywords": [ "css", "postcss", "postcss-plugin" ], "license": "MIT", "homepage": "https://github.com/cssnano/cssnano", "author": { "name": "Ben Briggs", "email": "beneb.info@gmail.com", "url": "http://beneb.info" }, "repository": "cssnano/cssnano", "dependencies": { "colord": "^2.6", "cssnano-utils": "^2.0.1", "postcss-value-parser": "^4.1.0" }, "bugs": { "url": "https://github.com/cssnano/cssnano/issues" }, "engines": { "node": "^10 || ^12 || >=14.0" }, "devDependencies": { "postcss": "^8.2.15" }, "peerDependencies": { "postcss": "^8.2.15" }, "gitHead": "3ffd3a0f178d60b68eeb84d75353b6decc6ef735" }