Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1009 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "postcss-discard-overridden",
|
---|
3 | "version": "5.0.1",
|
---|
4 | "description": "PostCSS plugin to discard overridden @keyframes or @counter-style.",
|
---|
5 | "main": "dist/index.js",
|
---|
6 | "files": [
|
---|
7 | "LICENSE",
|
---|
8 | "dist"
|
---|
9 | ],
|
---|
10 | "keywords": [
|
---|
11 | "postcss",
|
---|
12 | "css",
|
---|
13 | "postcss-plugin",
|
---|
14 | "at-rules",
|
---|
15 | "@keyframes",
|
---|
16 | "@counter-style"
|
---|
17 | ],
|
---|
18 | "author": "Justineo <justice360@gmail.com>",
|
---|
19 | "license": "MIT",
|
---|
20 | "repository": "cssnano/cssnano",
|
---|
21 | "bugs": {
|
---|
22 | "url": "https://github.com/cssnano/cssnano/issues"
|
---|
23 | },
|
---|
24 | "homepage": "https://github.com/cssnano/cssnano",
|
---|
25 | "scripts": {
|
---|
26 | "prebuild": "del-cli dist",
|
---|
27 | "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
|
---|
28 | "prepublish": "yarn build"
|
---|
29 | },
|
---|
30 | "engines": {
|
---|
31 | "node": "^10 || ^12 || >=14.0"
|
---|
32 | },
|
---|
33 | "devDependencies": {
|
---|
34 | "postcss": "^8.2.15"
|
---|
35 | },
|
---|
36 | "peerDependencies": {
|
---|
37 | "postcss": "^8.2.15"
|
---|
38 | },
|
---|
39 | "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
|
---|
40 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.