summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bower.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..e651e80
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,18 @@
+{
+ "name": "awesomplete",
+ "main": [
+ "./awesomplete.css",
+ "./awesomplete.js"
+ ],
+ "version": "0.0.0",
+ "homepage": "https://github.com/LeaVerou/awesomplete",
+ "authors": [
+ "Lea Verou <>"
+ ],
+ "description": "Ultra lightweight, usable autocomplete with zero dependencies.",
+ "keywords": [
+ "autocomplete",
+ "lightweight"
+ ],
+ "license": "MIT"
+}