source: trip-planner-front/node_modules/postcss-colormin/package.json@ ceaed42

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

initial commit

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