From 4f400f3fae1955a5a54e710167a91a2cba48d280 Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Sun, 15 Oct 2017 15:40:44 +0100 Subject: [PATCH] Add bower compatibility (#347) --- bower.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1d94e61 --- /dev/null +++ b/bower.json @@ -0,0 +1,12 @@ +{ + "name": "mesecons", + "description": "Mesecons is a mod for Minetest that implements items related to digital circuitry: wires, buttons, lights, and programmable controllers.", + "homepage": "http://mesecons.net", + "authors": "Jeija", + "license": "LGPL-3.0+", + "keywords": [ + "mesecons", + "minetest", + "mod" + ] +}