1
1
mirror of https://github.com/primer/css.git synced 2024-12-22 05:31:43 +03:00
css/modules/primer-truncate/package.json
Shawn Allen bebb56ba4a Revert "Merge branch 'dev' into master"
This reverts commit e15e1fdcaf, reversing
changes made to b0099723c7.
2017-09-20 21:21:19 -07:00

43 lines
975 B
JSON

{
"version": "1.3.0",
"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",
"primer": {
"category": "core",
"module_type": "components"
},
"files": [
"index.scss",
"lib",
"build"
],
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-truncate",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
"scripts": {
"test-docs": "ava --verbose ../../tests/modules/test-*.js",
"build": "primer-module-build index.scss",
"prepare": "npm run build",
"lint": "stylelint **/*.scss -s scss",
"test": "npm-run-all -s build lint test-docs"
},
"dependencies": {
"primer-support": "4.3.0"
},
"keywords": [
"primer",
"css",
"github",
"primercss",
"truncate",
"ellipsis",
"text"
]
}