cme/bower.json

26 lines
661 B
JSON
Raw Normal View History

2015-08-14 11:35:35 -07:00
{
2015-10-08 08:02:53 -07:00
"name": "Creatures MOB-Engine",
"description": "A Mod(pack) for Minetest that provides a MOB-Engine and adds several creatures to the game.\n",
2015-08-14 11:35:35 -07:00
"keywords": [
"creatures",
"mobs",
2015-10-08 08:02:53 -07:00
"MOB",
"MOB-Engine",
"Creatures MOB-Engine",
"cme",
2015-08-14 11:35:35 -07:00
"zombies",
"sheep",
"ghost",
"monsters",
"hostile"
],
2015-10-08 08:02:53 -07:00
"homepage": "https://github.com/BlockMen/cme",
2015-08-14 11:35:35 -07:00
"forum": "http://forum.minetest.net/viewtopic.php?f=11&t=8638",
"screenshots": [
2015-10-08 08:02:53 -07:00
"https://raw.githubusercontent.com/BlockMen/cme/master/screenshot.png"
2015-08-14 11:35:35 -07:00
],
"authors": [
"BlockMen"
]
2015-10-08 08:02:53 -07:00
}