diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..a637604 --- /dev/null +++ b/bower.json @@ -0,0 +1,22 @@ +{ + "name": "jquery-truncate", + "version": "1.4.1", + "homepage": "https://github.com/rafamaciel/jquery-truncate", + "authors": [ + "Thorsten Basse " + ], + "description": "Simple plugin that truncates a text either at its end or middle based on a given width or it's elements width.", + "main": "jquery.truncate.js", + "keywords": [ + "jquery-truncate", + "truncate" + ], + "license": "custom", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..4b5c100 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "jquery-truncate", + "version": "1.4.1", + "description": "Simple plugin that truncates a text either at its end or middle based on a given width or it's elements width.", + "main": "jquery.truncate.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git://github.com/rafamaciel/jquery-truncate.git" + }, + "keywords": [ + "truncat", + "jquery-truncat" + ], + "author": "Thorsten Basse ", + "license": "custom", + "bugs": { + "url": "https://github.com/rafamaciel/jquery-truncate/issues" + } +}