From a6f127a6ea363932b7d015014a837972778d6b67 Mon Sep 17 00:00:00 2001 From: Sunny Walker Date: Tue, 25 Aug 2015 11:12:14 -1000 Subject: [PATCH] add bower.json; add link to gif demo --- README.md | 2 ++ bower.json | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 bower.json diff --git a/README.md b/README.md index d1dc871..2e03f4a 100644 --- a/README.md +++ b/README.md @@ -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.* diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..df10456 --- /dev/null +++ b/bower.json @@ -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": [ + "**/.*" + ] +}