Create bower.json

master
BrunoMine 2018-11-12 20:04:35 -02:00 committed by GitHub
parent ba84b268b6
commit 19e348bf0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
bower.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "gestor",
"description": "Um gestor de servidor de minetest",
"keywords": [
"gestor"
],
"homepage": "https://github.com/BrunoMine/gestor",
"forum": "https://forum.minetest.net/viewtopic.php?t=1",
"screenshots": [
"https://raw.githubusercontent.com/BrunoMine/gestor/master/screenshot.png"
],
"authors": [
"BrunoMine"
]
}