{ "name": "normalize.css", "version": "4.1.1", "description": "A modern alternative to CSS resets", "main": "normalize.css", "style": "normalize.css", "files": [ "LICENSE.md", "normalize.css" ], "devDependencies": { "stylelint": "^5.4.0", "stylelint-config-standard": "^5.0.0" }, "scripts": { "test": "stylelint normalize.css" }, "repository": "necolas/normalize.css", "contributors": [ "Jonathan Neal (http://jonathantneal.com/)", "Nicolas Gallagher (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" } }