mirror of
https://github.com/primer/css.git
synced 2024-12-11 11:16:04 +03:00
d2d742559b
- primer-alerts@2.0.0 - primer-avatars@2.0.0 - primer-base@2.0.0 - primer-blankslate@2.0.0 - primer-box@3.0.0 - primer-branch-name@2.0.0 - primer-breadcrumb@2.0.0 - primer-buttons@3.0.0 - primer-core@7.0.0 - primer-forms@3.0.0 - primer-labels@2.0.0 - primer-layout@2.0.0 - primer-markdown@4.0.0 - primer-marketing-buttons@2.0.0 - primer-marketing-support@2.0.0 - primer-marketing-type@2.0.0 - primer-marketing-utilities@2.0.0 - primer-marketing@7.0.0 - primer-navigation@2.0.0 - primer-pagination@2.0.0 - primer-popover@1.0.0 - primer-product@6.0.0 - primer-progress@1.0.0 - primer-subhead@2.0.0 - primer-support@5.0.0 - primer-table-object@2.0.0 - primer-tooltips@2.0.0 - primer-truncate@2.0.0 - primer-utilities@5.0.0 - primer@11.0.0 - primer-module-build@2.0.0
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"name": "primer-truncate",
|
|
"description": "Shorten text with an ellipsis.",
|
|
"homepage": "http://primer.github.io/",
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"style": "build/build.css",
|
|
"sass": "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-truncate",
|
|
"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": "5.0.0"
|
|
},
|
|
"keywords": [
|
|
"primer",
|
|
"css",
|
|
"github",
|
|
"design-system",
|
|
"truncate",
|
|
"ellipsis",
|
|
"text"
|
|
]
|
|
}
|