Skip to content

Commit e07c637

Browse files
author
Adrian Perez
committed
Merge pull request josephschmitt#16 from CWSpear/bower
Add a bower.json. * CWSpear/bower: Add a bower.json.
2 parents a43c993 + cc1186c commit e07c637

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Clamp.js",
3+
"main": "clamp.js",
4+
"version": "0.5.1",
5+
"homepage": "https://github.com/josephschmitt/Clamp.js",
6+
"authors": [
7+
"Joseph J. Schmitt <[email protected]>"
8+
],
9+
"description": "Clamps an HTML element by adding ellipsis to it if the content inside is too long.",
10+
"keywords": [
11+
"text-overflow",
12+
"clamp",
13+
"ellipsis"
14+
],
15+
"license": "MIT",
16+
"ignore": [
17+
"**/.*",
18+
"node_modules",
19+
"bower_components",
20+
"test",
21+
"tests"
22+
]
23+
}

0 commit comments

Comments
 (0)