14 lines
247 B
JSON
14 lines
247 B
JSON
|
{
|
||
|
"name": "normalize-css",
|
||
|
"description": "A modern alternative to CSS resets",
|
||
|
"main": "normalize.css",
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"CHANGELOG.md",
|
||
|
"CONTRIBUTING.md",
|
||
|
"package.json",
|
||
|
"README.md",
|
||
|
"test.html"
|
||
|
]
|
||
|
}
|