mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
30 lines
812 B
JSON
30 lines
812 B
JSON
{
|
|
"name": "normalize.css",
|
|
"version": "4.2.0",
|
|
"description": "A modern alternative to CSS resets",
|
|
"main": "normalize.css",
|
|
"style": "normalize.css",
|
|
"files": [
|
|
"LICENSE.md",
|
|
"normalize.css"
|
|
],
|
|
"devDependencies": {
|
|
"stylelint": "^6.7.1",
|
|
"stylelint-config-standard": "^9.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "stylelint normalize.css"
|
|
},
|
|
"repository": "necolas/normalize.css",
|
|
"contributors": [
|
|
"Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com/)",
|
|
"Nicolas Gallagher <nicolas@nicolasgallagher.com> (http://nicolasgallagher.com/)"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/necolas/normalize.css/issues",
|
|
"homepage": "https://necolas.github.io/normalize.css#readme",
|
|
"stylelint": {
|
|
"extends": "stylelint-config-standard"
|
|
}
|
|
}
|