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

36 lines
1.0 KiB
JSON
Raw Normal View History

2017-09-12 02:50:31 +03:00
{
"version": "1.0.7",
2017-09-12 02:50:31 +03:00
"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.",
2017-11-09 20:41:18 +03:00
"homepage": "http://primer.github.io/",
2017-09-12 02:50:31 +03:00
"primer": {
"category": "product",
"module_type": "components"
},
"author": "GitHub, Inc.",
"license": "MIT",
2018-01-03 12:31:39 +03:00
"style": "build/build.css",
2017-12-07 23:36:16 +03:00
"sass": "index.scss",
2017-09-12 02:50:31 +03:00
"main": "build/index.js",
2017-11-09 20:41:18 +03:00
"repository": "https://github.com/primer/primer/tree/master/modules/primer-subhead",
2017-09-12 02:50:31 +03:00
"bugs": {
2017-11-09 20:41:18 +03:00
"url": "https://github.com/primer/primer/issues"
2017-09-12 02:50:31 +03:00
},
"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"
2017-09-12 02:50:31 +03:00
},
"dependencies": {
"primer-support": "4.6.0"
2017-09-12 02:50:31 +03:00
},
"keywords": [
"github",
"primer"
]
}