You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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"
|
|
]
|
|
}
|