From 140b7dd27864a084deaa5372b7493835978ad47b Mon Sep 17 00:00:00 2001 From: BrunoMine Date: Tue, 30 May 2017 13:34:02 -0300 Subject: [PATCH] =?UTF-8?q?Adapta=C3=A7=C3=A3o=20com=20Bower?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..8150227 --- /dev/null +++ b/bower.json @@ -0,0 +1,15 @@ +{ + "name": "tintas_reais", + "description": "Torna as tintas mais realistas em Minetest", + "keywords": [ + "tintas_reais" + ], + "homepage": "https://github.com/BrunoMine/tintas_reais", + "forum": "https://forum.minetest.net/viewtopic.php?t=1", + "screenshots": [ + "https://example.com/screenshot1.png" + ], + "authors": [ + "BrunoMine" + ] +}