mirror of
https://github.com/primer/css.git
synced 2024-11-28 13:12:16 +03:00
09d50e6e28
- primer-alerts@1.5.3 - primer-avatars@1.5.0 - primer-base@1.6.1 - primer-blankslate@1.4.3 - primer-box@2.5.3 - primer-branch-name@1.0.1 - primer-breadcrumb@1.4.3 - primer-buttons@2.5.1 - primer-core@6.6.0 - primer-forms@2.0.1 - primer-labels@1.5.3 - primer-layout@1.4.3 - primer-markdown@3.7.3 - primer-marketing-buttons@1.0.2 - primer-marketing-support@1.3.3 - primer-marketing-type@1.4.3 - primer-marketing-utilities@1.5.1 - primer-marketing@6.0.2 - primer-navigation@1.5.1 - primer-page-headers@1.4.3 - primer-page-sections@1.4.3 - primer-popover@0.0.4 - primer-product@5.6.0 - primer-subhead@1.0.1 - primer-support@4.5.0 - primer-table-object@1.4.3 - primer-tables@1.4.3 - primer-tooltips@1.5.0 - primer-truncate@1.4.3 - primer-utilities@4.8.3 - primer@10.1.0 - generator-primer-module@1.0.2 - stylelint-config-primer@2.2.2 - stylelint-selector-no-utility@1.8.2
39 lines
931 B
JSON
39 lines
931 B
JSON
{
|
|
"version": "2.5.3",
|
|
"name": "primer-box",
|
|
"description": "A module for creating rounded-corner boxes with options for headers, lists, and footers.",
|
|
"homepage": "http://primer.github.io/",
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"style": "index.scss",
|
|
"main": "build/index.js",
|
|
"primer": {
|
|
"category": "core",
|
|
"module_type": "components"
|
|
},
|
|
"files": [
|
|
"index.scss",
|
|
"lib",
|
|
"build"
|
|
],
|
|
"repository": "https://github.com/primer/primer/tree/master/modules/primer-box",
|
|
"bugs": {
|
|
"url": "https://github.com/primer/primer/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "../../script/npm-run primer-module-build index.scss",
|
|
"prepare": "npm run build",
|
|
"lint": "../../script/lint-scss",
|
|
"test": "../../script/npm-run-all build lint"
|
|
},
|
|
"dependencies": {
|
|
"primer-support": "4.5.0"
|
|
},
|
|
"keywords": [
|
|
"primer",
|
|
"css",
|
|
"github",
|
|
"design-system"
|
|
]
|
|
}
|