Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
979 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "postcss-page-break",
|
---|
3 | "version": "2.0.0",
|
---|
4 | "description": "PostCSS plugin postcss-page-break to fallback `break-` properties with `page-break-` alias",
|
---|
5 | "keywords": [
|
---|
6 | "postcss",
|
---|
7 | "css",
|
---|
8 | "postcss-plugin",
|
---|
9 | "break",
|
---|
10 | "break-inside",
|
---|
11 | "page-break-inside",
|
---|
12 | "avoid"
|
---|
13 | ],
|
---|
14 | "author": "shrpne <shrpne@gmail.com>",
|
---|
15 | "license": "MIT",
|
---|
16 | "repository": "shrpne/postcss-page-break",
|
---|
17 | "bugs": {
|
---|
18 | "url": "https://github.com/shrpne/postcss-page-break/issues"
|
---|
19 | },
|
---|
20 | "homepage": "https://github.com/shrpne/postcss-page-break",
|
---|
21 | "dependencies": {
|
---|
22 | "postcss": "^7.0.2"
|
---|
23 | },
|
---|
24 | "devDependencies": {
|
---|
25 | "eslint": "^4.15.0",
|
---|
26 | "eslint-config-postcss": "^2.0.2",
|
---|
27 | "jest": "^21.0.0"
|
---|
28 | },
|
---|
29 | "scripts": {
|
---|
30 | "test": "jest && eslint *.js"
|
---|
31 | },
|
---|
32 | "eslintConfig": {
|
---|
33 | "extends": "eslint-config-postcss/es5",
|
---|
34 | "rules": {
|
---|
35 | "indent": ["error", 4, { "SwitchCase": 1 }],
|
---|
36 | "max-len": ["off"]
|
---|
37 | },
|
---|
38 | "env": {
|
---|
39 | "jest": true
|
---|
40 | }
|
---|
41 | }
|
---|
42 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.