diff options
author | Diogo Gomes <diogo-gomes@users.noreply.github.com> | 2017-10-15 15:40:44 +0100 |
---|---|---|
committer | Vitaliy <silverunicorn2011@yandex.ru> | 2017-10-15 17:40:44 +0300 |
commit | 4f400f3fae1955a5a54e710167a91a2cba48d280 (patch) | |
tree | 5657431c61d4fb321f51cccb46eb0413d975beb1 | |
parent | 7094f0b6065cb657de743fc6a919129a67bc079f (diff) | |
download | mesecons-4f400f3fae1955a5a54e710167a91a2cba48d280.tar mesecons-4f400f3fae1955a5a54e710167a91a2cba48d280.tar.gz mesecons-4f400f3fae1955a5a54e710167a91a2cba48d280.tar.bz2 mesecons-4f400f3fae1955a5a54e710167a91a2cba48d280.tar.xz mesecons-4f400f3fae1955a5a54e710167a91a2cba48d280.zip |
Add bower compatibility (#347)
-rw-r--r-- | bower.json | 12 |
1 files changed, 12 insertions, 0 deletions
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" + ] +} |