mirror of
https://github.com/primer/css.git
synced 2024-12-19 12:12:02 +03:00
42 lines
917 B
JSON
42 lines
917 B
JSON
|
{
|
||
|
"version": "0.3.2",
|
||
|
"name": "primer-truncate",
|
||
|
"description": "Shorten text with an ellipsis.",
|
||
|
"homepage": "http://primercss.io/",
|
||
|
"author": "GitHub, Inc.",
|
||
|
"license": "MIT",
|
||
|
"style": "index.scss",
|
||
|
"main": "build/index.js",
|
||
|
"files": [
|
||
|
"index.scss",
|
||
|
"lib",
|
||
|
"build"
|
||
|
],
|
||
|
"repository": "https://github.com/primer/primer-truncate.git",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/primer/primer-truncate/issues"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "primer-module-build index.scss",
|
||
|
"prepublish": "npm run build",
|
||
|
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"primer-support": "*"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"stylelint": "*",
|
||
|
"stylelint-config-primer": "*",
|
||
|
"primer-module-build": "*"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"primer",
|
||
|
"css",
|
||
|
"github",
|
||
|
"primercss",
|
||
|
"truncate",
|
||
|
"ellipsis",
|
||
|
"text"
|
||
|
]
|
||
|
}
|