2017-05-11 07:56:23 +03:00
|
|
|
{
|
2019-01-26 02:17:37 +03:00
|
|
|
"version": "2.0.0",
|
2017-05-11 07:56:23 +03:00
|
|
|
"name": "primer-truncate",
|
|
|
|
"description": "Shorten text with an ellipsis.",
|
2017-11-09 20:41:18 +03:00
|
|
|
"homepage": "http://primer.github.io/",
|
2017-05-11 07:56:23 +03:00
|
|
|
"author": "GitHub, Inc.",
|
|
|
|
"license": "MIT",
|
2017-11-08 16:21:09 +03:00
|
|
|
"style": "build/build.css",
|
2017-12-07 23:36:16 +03:00
|
|
|
"sass": "index.scss",
|
2017-05-11 07:56:23 +03:00
|
|
|
"main": "build/index.js",
|
2017-08-11 02:15:19 +03:00
|
|
|
"primer": {
|
|
|
|
"category": "core",
|
2017-08-11 02:28:08 +03:00
|
|
|
"module_type": "components"
|
2017-08-11 02:15:19 +03:00
|
|
|
},
|
2017-05-11 07:56:23 +03:00
|
|
|
"files": [
|
|
|
|
"index.scss",
|
|
|
|
"lib",
|
|
|
|
"build"
|
|
|
|
],
|
2017-11-09 20:41:18 +03:00
|
|
|
"repository": "https://github.com/primer/primer/tree/master/modules/primer-truncate",
|
2017-05-11 07:56:23 +03:00
|
|
|
"bugs": {
|
2017-11-09 20:41:18 +03:00
|
|
|
"url": "https://github.com/primer/primer/issues"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-09-09 00:05:33 +03:00
|
|
|
"test-docs": "../../script/test-docs",
|
|
|
|
"build": "../../script/npm-run primer-module-build index.scss",
|
2017-06-11 23:06:10 +03:00
|
|
|
"prepare": "npm run build",
|
2017-09-09 00:05:33 +03:00
|
|
|
"lint": "../../script/lint-scss",
|
2018-06-29 02:20:51 +03:00
|
|
|
"test": "../../script/npm-run-all build lint test-docs",
|
|
|
|
"prepublishOnly": "../../script/notify pending",
|
2019-01-07 21:55:47 +03:00
|
|
|
"postpublish": "../../script/notify success"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-01-26 02:17:37 +03:00
|
|
|
"primer-support": "5.0.0"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"primer",
|
|
|
|
"css",
|
|
|
|
"github",
|
2017-11-09 20:41:18 +03:00
|
|
|
"design-system",
|
2017-05-11 07:56:23 +03:00
|
|
|
"truncate",
|
|
|
|
"ellipsis",
|
|
|
|
"text"
|
|
|
|
]
|
|
|
|
}
|