From 8c831ffb79fefa7f9c61a9dba71f8dea9d560a3c Mon Sep 17 00:00:00 2001 From: Mihail Date: Thu, 21 Jul 2016 11:02:50 +0300 Subject: [PATCH] Create bower.json --- bower.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..b6a8bbd --- /dev/null +++ b/bower.json @@ -0,0 +1,14 @@ +{ + "name": "bootstrap-notify", + "version": "0.2.0", + "homepage": "http://goodybag.github.com/bootstrap-notify", + "authors": [ + "Nijiko Yonskai ", + "Lalit Kapoor " + ], + "description": "Bootstrap alert system made better", + "main": "js/bootstrap-notify.js", + "keywords": [ + "notification" + ] +}