From 62933ba3adc917be739e60ddc2992bc4d4767323 Mon Sep 17 00:00:00 2001 From: Brett O'Donnell Date: Fri, 14 Aug 2015 23:40:51 +0930 Subject: [PATCH] added for screenshots --- 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..9a75b78 --- /dev/null +++ b/bower.json @@ -0,0 +1,15 @@ +{ + "name": "food_sweet", + "description": "An expansion pack to the food mod for Minetest", + "keywords": [ + "food_sweet" + ], + "homepage": "https://github.com/rubenwardy/food_sweet", + "forum": "http://forum.minetest.net/viewtopic.php?f=11&t=9039", + "screenshots": [ + "https://cloud.githubusercontent.com/assets/51875/9275655/c362aa46-42dd-11e5-8503-116adefd9dcd.png" + ], + "authors": [ + "rubenwardy" + ] +}