From 5d91fb66adb58c38c539c81abffd5df689402067 Mon Sep 17 00:00:00 2001 From: Diego Martinez Date: Sat, 31 Oct 2015 11:16:46 -0300 Subject: [PATCH] Add `bower.json`. --- 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..1e1576d --- /dev/null +++ b/bower.json @@ -0,0 +1,15 @@ +{ + "name": "xban2", + "description": "Ban system extension with support for temporary bans.", + "keywords": [ + "ban", + "administration", + "system", + "server" + ], + "homepage": "http://github.com/kaeza/minetest-xban2.git", + "authors": [ + "Diego Martínez " + ], + "license": "BSD 2-Clause" +}