Create bower.json

master
Brett O'Donnell 2015-08-14 22:49:22 +09:30
parent aa6f2fcf8d
commit 9d4afa392a
1 changed files with 17 additions and 0 deletions

17
bower.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "inventory_plus",
"description": "Allows additional formspec buttons to be added to the player inventory screen.",
"keywords": [
"inventory",
"player",
"formspec"
],
"homepage": "http://cornernote.github.io/minetest-inventory_plus/",
"forum": "http://forum.minetest.net/viewtopic.php?t=6204",
"screenshots": [
"http://cornernote.github.io/minetest-inventory_plus/img/screenshot.png"
],
"authors": [
"cornernote"
]
}