mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
18 lines
430 B
JSON
18 lines
430 B
JSON
|
{
|
||
|
"name": "normalize-css",
|
||
|
"description": "A modern alternative to CSS resets",
|
||
|
"main": "normalize.css",
|
||
|
"authors": [
|
||
|
"Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com/)",
|
||
|
"Nicolas Gallagher <nicolas@nicolasgallagher.com> (http://nicolasgallagher.com/)"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"CHANGELOG.md",
|
||
|
"CONTRIBUTING.md",
|
||
|
"package.json",
|
||
|
"README.md",
|
||
|
"test.html"
|
||
|
]
|
||
|
}
|