Add bower compatibility (#347)

这个提交包含在:
Diogo Gomes 2017-10-15 15:40:44 +01:00 提交者 Vitaliy
父节点 7094f0b606
当前提交 4f400f3fae
共有 1 个文件被更改,包括 12 次插入0 次删除

12
bower.json 普通文件
查看文件

@ -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"
]
}