Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1019 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "postcss-discard-comments",
|
---|
| 3 | "version": "5.0.1",
|
---|
| 4 | "description": "Discard comments 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 | "css",
|
---|
| 17 | "comments",
|
---|
| 18 | "postcss",
|
---|
| 19 | "postcss-plugin"
|
---|
| 20 | ],
|
---|
| 21 | "license": "MIT",
|
---|
| 22 | "homepage": "https://github.com/cssnano/cssnano",
|
---|
| 23 | "author": {
|
---|
| 24 | "name": "Ben Briggs",
|
---|
| 25 | "email": "beneb.info@gmail.com",
|
---|
| 26 | "url": "http://beneb.info"
|
---|
| 27 | },
|
---|
| 28 | "repository": "cssnano/cssnano",
|
---|
| 29 | "bugs": {
|
---|
| 30 | "url": "https://github.com/cssnano/cssnano/issues"
|
---|
| 31 | },
|
---|
| 32 | "engines": {
|
---|
| 33 | "node": "^10 || ^12 || >=14.0"
|
---|
| 34 | },
|
---|
| 35 | "devDependencies": {
|
---|
| 36 | "postcss": "^8.2.15"
|
---|
| 37 | },
|
---|
| 38 | "peerDependencies": {
|
---|
| 39 | "postcss": "^8.2.15"
|
---|
| 40 | },
|
---|
| 41 | "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
|
---|
| 42 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.