|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
876 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "postcss-font-variant",
|
|---|
| 3 | "version": "5.0.0",
|
|---|
| 4 | "description": "PostCSS plugin to transform W3C font-variant properties to more compatible CSS (font-feature-settings)",
|
|---|
| 5 | "keywords": [
|
|---|
| 6 | "css",
|
|---|
| 7 | "postcss",
|
|---|
| 8 | "postcss-plugin",
|
|---|
| 9 | "font",
|
|---|
| 10 | "variant",
|
|---|
| 11 | "font-variant"
|
|---|
| 12 | ],
|
|---|
| 13 | "author": "Maxime Thirouin",
|
|---|
| 14 | "license": "MIT",
|
|---|
| 15 | "repository": "https://github.com/postcss/postcss-font-variant.git",
|
|---|
| 16 | "files": [
|
|---|
| 17 | "index.js"
|
|---|
| 18 | ],
|
|---|
| 19 | "peerDependencies": {
|
|---|
| 20 | "postcss": "^8.1.0"
|
|---|
| 21 | },
|
|---|
| 22 | "devDependencies": {
|
|---|
| 23 | "jscs": "^3.0.7",
|
|---|
| 24 | "jshint": "^2.9.6",
|
|---|
| 25 | "npmpub": "^4.1.0",
|
|---|
| 26 | "postcss": "^8.1.0",
|
|---|
| 27 | "tape": "^5.0.0"
|
|---|
| 28 | },
|
|---|
| 29 | "scripts": {
|
|---|
| 30 | "lint": "npm run jscs && npm run jshint",
|
|---|
| 31 | "jscs": "jscs index.js test/index.js",
|
|---|
| 32 | "jshint": "jshint . --exclude-path .gitignore",
|
|---|
| 33 | "test": "npm run lint && tape test",
|
|---|
| 34 | "release": "npmpub"
|
|---|
| 35 | }
|
|---|
| 36 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.