Add bower.json

This commit is contained in:
Diogo Gomes 2016-11-05 22:35:09 +00:00
parent 63efc395cd
commit f582c5e1bd

20
bower.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "technic",
"description": "Technic mod for Minetest game",
"homepage": "https://github.com/minetest-technic/technic",
"license": "LGPL",
"authors": [
"kaeza <kaeza@users.sf.net> Diego Martínez <kaeza@users.sf.net>",
"RealBadAngel <maciej.kasatkin@o2.pl> <mk@realbadangel.pl>",
"Vanessa Ezekowitz <vanessaezekowitz@gmail.com> <vanessa@rainbird.(none)>"
],
"forum": "https://forum.minetest.net/viewtopic.php?f=11&t=2538",
"keywords": [
"technic",
"minetest"
],
"dependencies": {
"moreblocks": "*",
"pipeworks": "*"
}
}