{ "name": "normalize.css", "version": "3.0.1", "description": "Normalize.css as a node packaged module", "style": "normalize.css", "files": [ "normalize.css", "component.json" ], "homepage": "http://necolas.github.io/normalize.css", "repository": { "type": "git", "url": "git://github.com/necolas/normalize.css.git" }, "author": { "name": "Nicolas Gallagher" }, "license": "MIT", "readme": "# normalize.css v3\n\nNormalize.css is a customisable CSS file that makes browsers render all\nelements more consistently and in line with modern standards.\n\nThe project relies on researching the differences between default browser\nstyles in order to precisely target only the styles that need or benefit from\nnormalizing.\n\n[View the test file](http://necolas.github.io/normalize.css/latest/test.html)\n\n## Install\n\nDownload from the [project page](http://necolas.github.io/normalize.css/).\n\nInstall with [Component(1)](https://github.com/component/component/): `component install necolas/normalize.css`\n\nInstall with [npm](http://npmjs.org/): `npm install --save normalize.css`\n\nInstall with [Bower](http://bower.io/): `bower install --save normalize.css`\n\n## What does it do?\n\n* Preserves useful defaults, unlike many CSS resets.\n* Normalizes styles for a wide range of elements.\n* Corrects bugs and common browser inconsistencies.\n* Improves usability with subtle improvements.\n* Explains what code does using detailed comments.\n\n## How to use it\n\nNo other styles should come before Normalize.css.\n\nIt is recommended that you include the `normalize.css` file as untouched\nlibrary code.\n\n## Browser support\n\n* Google Chrome (latest)\n* Mozilla Firefox (latest)\n* Mozilla Firefox 4\n* Opera (latest)\n* Apple Safari 6+\n* Internet Explorer 8+\n\n[Normalize.css v1 provides legacy browser\nsupport](https://github.com/necolas/normalize.css/tree/v1) (IE 6+, Safari 4+),\nbut is no longer actively developed.\n\n## Contributing\n\nPlease read the CONTRIBUTING.md\n\n## Acknowledgements\n\nNormalize.css is a project by [Nicolas Gallagher](https://github.com/necolas),\nco-created with [Jonathan Neal](https://github.com/jonathantneal).\n", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/necolas/normalize.css/issues" }, "_id": "normalize.css@3.0.1", "dist": { "shasum": "0a7d531e467893d255fc83c077f1c3127423e36e" }, "_from": "normalize.css@", "_resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-3.0.1.tgz" }