|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
762 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "postcss-media-minmax",
|
|---|
| 3 | "version": "5.0.0",
|
|---|
| 4 | "description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.",
|
|---|
| 5 | "scripts": {
|
|---|
| 6 | "test": "tape test",
|
|---|
| 7 | "release": "npmpub"
|
|---|
| 8 | },
|
|---|
| 9 | "repository": "https://github.com/postcss/postcss-media-minmax.git",
|
|---|
| 10 | "keywords": [
|
|---|
| 11 | "css",
|
|---|
| 12 | "css3",
|
|---|
| 13 | "postcss",
|
|---|
| 14 | "postcss-plugin",
|
|---|
| 15 | "media querie",
|
|---|
| 16 | "media queries"
|
|---|
| 17 | ],
|
|---|
| 18 | "author": "yisi",
|
|---|
| 19 | "license": "MIT",
|
|---|
| 20 | "files": [
|
|---|
| 21 | "CHANGELOG.md",
|
|---|
| 22 | "README.md",
|
|---|
| 23 | "README-zh.md",
|
|---|
| 24 | "LICENSE",
|
|---|
| 25 | "index.js"
|
|---|
| 26 | ],
|
|---|
| 27 | "engines": {
|
|---|
| 28 | "node": ">=10.0.0"
|
|---|
| 29 | },
|
|---|
| 30 | "peerDependencies": {
|
|---|
| 31 | "postcss": "^8.1.0"
|
|---|
| 32 | },
|
|---|
| 33 | "devDependencies": {
|
|---|
| 34 | "npmpub": "^4.1.0",
|
|---|
| 35 | "postcss": "^8.1.0",
|
|---|
| 36 | "tape": "^4.9.1"
|
|---|
| 37 | }
|
|---|
| 38 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.