Skip to content

Commit

Permalink
added bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Schroter committed Mar 2, 2015
1 parent 9410eb6 commit 402fe52
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "textillate",
"version": "0.4.0",
"homepage": "https://github.com/jschr/textillate",
"authors": [
"Jordan Schroter <jordan.schroter@gmail.com>"
],
"description": "A simple plugin for CSS3 text animations",
"main": "jquery.textillate.js",
"keywords": [
"textillate",
"css3",
"animation",
"text",
"lettering"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">= 1.6.2",
"letteringjs": ">= 0.6.1",
"animate.css": ">= 3.0.0"
}
}

0 comments on commit 402fe52

Please sign in to comment.