Skip to content

Commit

Permalink
add bower.json; add link to gif demo
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnywalker committed Aug 25, 2015
1 parent 255245d commit a6f127a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

**Demo:** [Komohua Demo](http://hilo.hawaii.edu/js/jquery.komohua/demo.html)

![animated demo](http://i.imgur.com/PBWLEYG.gif)

## *Hana* (Usage)

*Aia ka hana a Komohua iā UTF-8. Hiki paha ke hana pū ma waho akā ʻaʻole i paʻani pēla.*
Expand Down
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "komohua",
"description": "Add Hawaiian (or other) character injectors to HTML input and textareas, along with optional helper functions.",
"keywords": [
"hawaiian",
"keyboard",
"insert",
"language"
],
"authors": [
{
"name": "Sunny Walker",
"homepage": "http://www.miraclesalad.com/"
}
],
"license": "MIT",
"homepage": "https://github.com/sunnywalker/jquery.komohua",
"version": "1.0.0",
"dependencies": {
"jquery": ">=1.7"
},
"main": "jquery.komohua.js",
"ignore": [
"**/.*"
]
}

0 comments on commit a6f127a

Please sign in to comment.