Last change
on this file since 6c1585f 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-selectors",
|
---|
3 | "version": "5.1.0",
|
---|
4 | "description": "Minify selectors 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 | "css",
|
---|
17 | "minify",
|
---|
18 | "optimise",
|
---|
19 | "postcss",
|
---|
20 | "postcss-plugin",
|
---|
21 | "selectors"
|
---|
22 | ],
|
---|
23 | "license": "MIT",
|
---|
24 | "homepage": "https://github.com/cssnano/cssnano",
|
---|
25 | "author": {
|
---|
26 | "name": "Ben Briggs",
|
---|
27 | "email": "beneb.info@gmail.com",
|
---|
28 | "url": "http://beneb.info"
|
---|
29 | },
|
---|
30 | "repository": "cssnano/cssnano",
|
---|
31 | "dependencies": {
|
---|
32 | "alphanum-sort": "^1.0.2",
|
---|
33 | "postcss-selector-parser": "^6.0.5"
|
---|
34 | },
|
---|
35 | "bugs": {
|
---|
36 | "url": "https://github.com/cssnano/cssnano/issues"
|
---|
37 | },
|
---|
38 | "engines": {
|
---|
39 | "node": "^10 || ^12 || >=14.0"
|
---|
40 | },
|
---|
41 | "devDependencies": {
|
---|
42 | "postcss": "^8.2.15"
|
---|
43 | },
|
---|
44 | "peerDependencies": {
|
---|
45 | "postcss": "^8.2.15"
|
---|
46 | },
|
---|
47 | "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
|
---|
48 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.