Create bower.json

master
BrunoMine 2019-12-05 14:26:19 -03:00 committed by GitHub
parent b97fb37a98
commit 040536fac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
bower.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "craft_table",
"description": "Add Craft Table for Minetest",
"keywords": [
"craft_table",
"workbench",
"crafting",
"hardcore",
"craft_grid",
"craft"
],
"homepage": "https://github.com/BrunoMine/craft_table",
"forum": "https://forum.minetest.net/viewtopic.php?t=1",
"screenshots": [
"https://example.com/screenshot1.png"
],
"authors": [
"BrunoMine"
]
}