diff options
| author | Diego Martinez <kaeza@users.sf.net> | 2015-10-31 11:16:46 -0300 | 
|---|---|---|
| committer | Diego Martinez <kaeza@users.sf.net> | 2015-10-31 11:16:46 -0300 | 
| commit | 5d91fb66adb58c38c539c81abffd5df689402067 (patch) | |
| tree | 36379d97cd3129b0b59180dfe978236d93a3595f | |
| parent | 932e67676bd7bd656dbffe4129c97532af991ed5 (diff) | |
Add `bower.json`.
| -rw-r--r-- | bower.json | 15 | 
1 files changed, 15 insertions, 0 deletions
| 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 <lkaezadl3@yahoo.com>" +  ], +  "license": "BSD 2-Clause" +} | 
