mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-31 04:30:28 +00:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "postcss-minify-gradients",
|
|
"version": "5.0.3",
|
|
"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.9.1",
|
|
"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": "2d84646671c7075f8dae35de310351aac3436bc0"
|
|
}
|