{ "version": "1.4.0", "name": "primer-page-headers", "description": "Jumbotrons, heroes, and featured content sections for marketing websites at GitHub.", "homepage": "http://primercss.io/", "author": "GitHub, Inc.", "license": "MIT", "style": "build/build.css", "main": "build/index.js", "primer": { "category": "marketing", "module_type": "components" }, "files": [ "index.scss", "lib", "build" ], "repository": "https://github.com/primer/primer-css/tree/master/modules/primer-page-headers", "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-marketing-support": "1.3.0", "primer-support": "4.4.0" }, "keywords": [ "css", "flash", "github", "hero", "jumbotron", "primer", "primercss", "style" ] }