From c34917c4b860e0e3787447d4af29e5eb686efa4d Mon Sep 17 00:00:00 2001 From: BrunoMine Date: Sun, 4 Jun 2017 13:35:00 -0300 Subject: [PATCH] Create bower.json --- bower.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..5e7cf18 --- /dev/null +++ b/bower.json @@ -0,0 +1,11 @@ +{ + "name": "antipvp", + "description": "Adiciona itens que impedem PVP em areas", + "keywords": [ + "antipvp" + ], + "homepage": "https://github.com/BrunoMine/antipvp", + "authors": [ + "BrunoMine" + ] +}