You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.2 KiB
47 lines
1.2 KiB
{ |
|
"name": "@csstools/normalize.css", |
|
"version": "12.0.0", |
|
"description": "A cross-browser CSS foundation", |
|
"author": "Jonathan Neal <jonathantneal@hotmail.com>", |
|
"contributors": [ |
|
"Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com/)", |
|
"Nicolas Gallagher <nicolas@nicolasgallagher.com> (http://nicolasgallagher.com/)", |
|
"Luciano Battagliero <lucianobattagliero+git@gmail.com> (https://lucianobattagliero.com/)" |
|
], |
|
"license": "CC0-1.0", |
|
"repository": "csstools/normalize.css", |
|
"homepage": "https://github.com/csstools/normalize.css#readme", |
|
"bugs": "https://github.com/csstools/normalize.css/issues", |
|
"main": "normalize.css", |
|
"style": "normalize.css", |
|
"files": [ |
|
"normalize.css", |
|
"opinionated.css" |
|
], |
|
"scripts": { |
|
"test": "echo \"no test\"" |
|
}, |
|
"devDependencies": { |
|
"stylelint": "^13.13.1", |
|
"stylelint-config-standard": "^22.0.0" |
|
}, |
|
"stylelint": { |
|
"extends": "stylelint-config-standard", |
|
"rules": { |
|
"font-family-no-duplicate-names": [ |
|
true, |
|
{ |
|
"ignoreFontFamilyNames": [ |
|
"monospace" |
|
] |
|
} |
|
] |
|
} |
|
}, |
|
"keywords": [ |
|
"css", |
|
"normalizes", |
|
"browsers", |
|
"fixes" |
|
] |
|
}
|
|
|