clamp-js-main
Version:
Clamp JS main (ie. cuts off) an HTML element's content by adding ellipsis to it if the content inside is too long.
34 lines (33 loc) • 698 B
JSON
{
"name": "clamp-js-main",
"version": "0.11.6",
"license": "WTFPL",
"description": "Clamp JS main (ie. cuts off) an HTML element's content by adding ellipsis to it if the content inside is too long.",
"author": {
"name": "Joe Schmitt"
},
"contributors": [
{
"name": "Josh English",
"email": "josh@joshenglish.com",
"url": "https://joshenglish.com"
},
{
"name": "Olivier Spieser"
},
{
"name": "Anzhelika Kovalchuk"
}
],
"keywords": [
"clamp",
"ellipsis",
"multiline",
"browser"
],
"main": "clamp.js",
"repository": {
"type": "git",
"url": "https://github.com/jmenglis/clamp-js-main.git"
}
}