Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "postcss-minify-params",
|
---|
| 3 | "version": "5.0.1",
|
---|
| 4 | "description": "Minify at-rule params with PostCSS",
|
---|
| 5 | "keywords": [
|
---|
| 6 | "postcss",
|
---|
| 7 | "css",
|
---|
| 8 | "postcss-plugin",
|
---|
| 9 | "minify",
|
---|
| 10 | "optimise",
|
---|
| 11 | "params"
|
---|
| 12 | ],
|
---|
| 13 | "main": "dist/index.js",
|
---|
| 14 | "files": [
|
---|
| 15 | "dist"
|
---|
| 16 | ],
|
---|
| 17 | "author": "Bogdan Chadkin <trysound@yandex.ru>",
|
---|
| 18 | "license": "MIT",
|
---|
| 19 | "repository": "cssnano/cssnano",
|
---|
| 20 | "bugs": {
|
---|
| 21 | "url": "https://github.com/cssnano/cssnano/issues"
|
---|
| 22 | },
|
---|
| 23 | "homepage": "https://github.com/cssnano/cssnano",
|
---|
| 24 | "dependencies": {
|
---|
| 25 | "alphanum-sort": "^1.0.2",
|
---|
| 26 | "browserslist": "^4.16.0",
|
---|
| 27 | "cssnano-utils": "^2.0.1",
|
---|
| 28 | "postcss-value-parser": "^4.1.0",
|
---|
| 29 | "uniqs": "^2.0.0"
|
---|
| 30 | },
|
---|
| 31 | "scripts": {
|
---|
| 32 | "prebuild": "del-cli dist",
|
---|
| 33 | "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
|
---|
| 34 | "prepublish": "yarn build"
|
---|
| 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": "28c247175032fa03f04911cde56ad82d74d211cc"
|
---|
| 46 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.