|
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:
535 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "postcss-clamp",
|
|---|
| 3 | "version": "4.1.0",
|
|---|
| 4 | "description": "PostCSS plugin to transform clamp() to combination of min/max",
|
|---|
| 5 | "keywords": [
|
|---|
| 6 | "postcss",
|
|---|
| 7 | "css",
|
|---|
| 8 | "postcss-plugin",
|
|---|
| 9 | "clamp",
|
|---|
| 10 | "min",
|
|---|
| 11 | "max"
|
|---|
| 12 | ],
|
|---|
| 13 | "main": "index.js",
|
|---|
| 14 | "repository": "polemius/postcss-clamp",
|
|---|
| 15 | "author": "Ivan Menshykov <ivan.menshykov@gmail.com>",
|
|---|
| 16 | "license": "MIT",
|
|---|
| 17 | "dependencies": {
|
|---|
| 18 | "postcss-value-parser": "^4.2.0"
|
|---|
| 19 | },
|
|---|
| 20 | "peerDependencies": {
|
|---|
| 21 | "postcss": "^8.4.6"
|
|---|
| 22 | },
|
|---|
| 23 | "engines": {
|
|---|
| 24 | "node": ">=7.6.0"
|
|---|
| 25 | }
|
|---|
| 26 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.