From e96fc291e8f664b4268483fec6f4c01fe13b50bc Mon Sep 17 00:00:00 2001 From: bas080 Date: Sun, 9 Aug 2015 15:32:43 +0200 Subject: [PATCH] minetest bower.json package support --- bower.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..108a7c1 --- /dev/null +++ b/bower.json @@ -0,0 +1,18 @@ +{ + "name": "vines", + "description": "Vines that spawn on trees and rope", + "keywords": [ + "vines", + "trees", + "rope", + "jungle" + ], + "homepage": "https://github.com/bas080/vines/", + "screenshots": [ + "https://raw.githubusercontent.com/bas080/vines/forum/screenshot.png" + ], + "authors": [ + "bas080" + ], + "license": "WTFPL" +}