{ "version": "1.0.7", "name": "primer-subhead", "description": "The Subhead is a simple header with a bottom border. It's designed to be used on settings and configuration pages.", "homepage": "http://primer.github.io/", "primer": { "category": "product", "module_type": "components" }, "author": "GitHub, Inc.", "license": "MIT", "style": "build/build.css", "sass": "index.scss", "main": "build/index.js", "repository": "https://github.com/primer/primer/tree/master/modules/primer-subhead", "bugs": { "url": "https://github.com/primer/primer/issues" }, "scripts": { "test-docs": "../../script/test-docs", "build": "../../script/npm-run primer-module-build index.scss", "prepare": "npm run build", "lint": "../../script/lint-scss", "test": "../../script/npm-run-all build lint test-docs", "prepublishOnly": "../../script/notify pending", "publish": "../../script/notify success" }, "dependencies": { "primer-support": "4.6.0" }, "keywords": [ "github", "primer" ] }