Skip to content

Commit

Permalink
added bower registration
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Jun 29, 2017
1 parent f820e55 commit 33817c7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "ellipsed",
"description": "A JavaScript library for multilined text ellipsis",
"main": "ellipsis.js",
"authors": [
"nzambello <nicola.zambello@redturtle.it>"
],
"license": "GPL",
"keywords": [
"ellipsis",
"multiline",
"text",
"javascript",
"library",
"line",
"ellipsed"
],
"homepage": "https://github.com/nzambello/ellipsed",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 33817c7

Please sign in to comment.