From c8a93dddd13661664adf0e887adc875feb790814 Mon Sep 17 00:00:00 2001 From: BrunoMine Date: Wed, 7 Jun 2017 20:41:15 -0300 Subject: [PATCH] Create bower.json --- bower.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..823c410 --- /dev/null +++ b/bower.json @@ -0,0 +1,16 @@ +{ + "name": "multichat", + "description": "Adiciona funcionalidades ao chat", + "keywords": [ + "multichat", + "chat", + "bate-papo" + ], + "homepage": "https://github.com/BrunoMine/multichat", + "screenshots": [ + "https://raw.githubusercontent.com/BrunoMine/multichat/master/screenshot.png" + ], + "authors": [ + "BrunoMine" + ] +}