{ "version": "1.5.0", "name": "primer-base", "description": "CSS to reset the browsers default styles", "homepage": "http://primercss.io/", "author": "GitHub, Inc.", "license": "MIT", "style": "index.scss", "main": "build/index.js", "primer": { "category": "core", "module_type": "support" }, "files": [ "index.scss", "lib", "build" ], "repository": "https://github.com/primer/primer-css/tree/master/modules/primer-base", "bugs": { "url": "https://github.com/primer/primer-css/issues" }, "scripts": { "build": "primer-module-build index.scss", "prepare": "npm run build", "lint": "stylelint **/*.scss -s scss", "test": "npm-run-all -s build lint" }, "dependencies": { "primer-support": "4.4.0" }, "keywords": [ "primer", "css", "github", "primercss", "base", "reset", "normalize" ] }