Add bower support

master
Diogo Gomes 2017-04-17 16:16:05 +01:00 committed by sofar
parent 43dd5438f7
commit f43c6b5600
1 changed files with 14 additions and 0 deletions

14
bower.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "stamina",
"description": "This mod adds a stamina, or hunger mechanic to Minetest. Actions like crafting, walking, digging or fighting make the player exhausted.",
"homepage": "https://github.com/minetest-mods/stamina",
"authors": [
"BlockMen - 2015",
"Auke Kok - 2016"
],
"license": "LGPL-2.1+",
"keywords": [
"hunger",
"stamina"
]
}