source: trip-planner-front/node_modules/postcss-minify-gradients/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "name": "postcss-minify-gradients",
3 "version": "5.0.2",
4 "description": "Minify gradient parameters with PostCSS.",
5 "main": "dist/index.js",
6 "scripts": {
7 "prebuild": "rimraf dist",
8 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
9 "prepare": "yarn build"
10 },
11 "files": [
12 "LICENSE-MIT",
13 "dist"
14 ],
15 "keywords": [
16 "css",
17 "postcss",
18 "postcss-plugin"
19 ],
20 "license": "MIT",
21 "homepage": "https://github.com/cssnano/cssnano",
22 "author": {
23 "name": "Ben Briggs",
24 "email": "beneb.info@gmail.com",
25 "url": "http://beneb.info"
26 },
27 "repository": "cssnano/cssnano",
28 "dependencies": {
29 "colord": "^2.6",
30 "cssnano-utils": "^2.0.1",
31 "postcss-value-parser": "^4.1.0"
32 },
33 "bugs": {
34 "url": "https://github.com/cssnano/cssnano/issues"
35 },
36 "engines": {
37 "node": "^10 || ^12 || >=14.0"
38 },
39 "devDependencies": {
40 "postcss": "^8.2.15"
41 },
42 "peerDependencies": {
43 "postcss": "^8.2.15"
44 },
45 "gitHead": "3ffd3a0f178d60b68eeb84d75353b6decc6ef735"
46}
Note: See TracBrowser for help on using the repository browser.