Skip to content

Commit

Permalink
Merge pull request #22 from robertmain/master
Browse files Browse the repository at this point in the history
Create bower.json
  • Loading branch information
ultimatedelman committed Mar 24, 2015
2 parents 3317922 + ac2bd0b commit a243e1a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "autogrow",
"description": "Automatically grow and shrink textareas with the content as you type.",
"version": "1.0.4",
"main": "./autogrow.js",
"author": {
"name": "Jason Edelman",
"url": "http://jasonedelman.com"
},
"dependencies": {
"jquery": ">=1.7"
},
"keywords": ["textarea", "grow", "shrink", "resize"],
"homepage": "https://github.com/ultimatedelman/autogrow"
}

0 comments on commit a243e1a

Please sign in to comment.