1
1
mirror of https://github.com/primer/css.git synced 2024-12-19 12:12:02 +03:00
css/modules/primer-truncate/package.json

43 lines
976 B
JSON
Raw Normal View History

2017-05-11 07:56:23 +03:00
{
"version": "1.0.2",
2017-05-11 07:56:23 +03:00
"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-css/tree/master/modules/primer-truncate",
2017-05-11 07:56:23 +03:00
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
2017-05-11 07:56:23 +03:00
},
"scripts": {
"build": "primer-module-build index.scss",
"prepare": "npm run build",
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss",
"test": "npm run build && npm run lint"
2017-05-11 07:56:23 +03:00
},
"dependencies": {
"primer-support": "^4.0.7"
2017-05-11 07:56:23 +03:00
},
"devDependencies": {
"primer-module-build": "*",
2017-05-11 07:56:23 +03:00
"stylelint": "*",
"stylelint-config-primer": "^2.0.0-0"
2017-05-11 07:56:23 +03:00
},
"keywords": [
"primer",
"css",
"github",
"primercss",
"truncate",
"ellipsis",
"text"
]
}