1
1
mirror of https://github.com/primer/css.git synced 2024-12-03 03:33:40 +03:00
css/modules/primer-subhead/package.json

36 lines
1.0 KiB
JSON

{
"version": "1.0.9",
"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",
"postpublish": "../../script/notify success"
},
"dependencies": {
"primer-support": "4.7.0"
},
"keywords": [
"github",
"primer"
]
}