Add bower compatibility (#347)

This commit is contained in:
Diogo Gomes 2017-10-15 15:40:44 +01:00 committed by Vitaliy
parent 7094f0b606
commit 4f400f3fae
1 changed files with 12 additions and 0 deletions

12
bower.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "mesecons",
"description": "Mesecons is a mod for Minetest that implements items related to digital circuitry: wires, buttons, lights, and programmable controllers.",
"homepage": "http://mesecons.net",
"authors": "Jeija",
"license": "LGPL-3.0+",
"keywords": [
"mesecons",
"minetest",
"mod"
]
}