Create bower.json

master
Brett O'Donnell 2015-08-14 22:59:52 +09:30
parent 03ae147f1d
commit 30487dac56
1 changed files with 18 additions and 0 deletions

18
bower.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "home_gui",
"description": "Set home position and then go to it using the inventory screen.",
"keywords": [
"home_gui"
],
"homepage": "http://cornernote.github.io/minetest-home_gui/",
"forum": "http://forum.minetest.net/viewtopic.php?t=3101",
"screenshots": [
"https://cornernote.github.io/minetest-home_gui/img/screenshot.png"
],
"dependencies": {
"inventory_plus": "~1.0.0"
},
"authors": [
"cornernote"
]
}