{ "version": "1.0.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", "files": [ "index.scss", "lib", "build" ], "repository": "https://github.com/primer/primer-css/tree/master/packages/primer-page-headers", "bugs": { "url": "https://github.com/primer/primer-css/issues" }, "scripts": { "build": "primer-module-build index.scss", "prepare": "npm run build", "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" }, "dependencies": { "primer-marketing-support": "^1.0.0", "primer-support": "^4.0.5" }, "devDependencies": { "primer-module-build": "*", "stylelint": "*", "stylelint-config-primer": "*" }, "keywords": [ "css", "flash", "github", "hero", "jumbotron", "primer", "primercss", "style" ] }