bags/bower.json

25 lines
491 B
JSON
Raw Permalink Normal View History

2015-08-07 08:46:50 -07:00
{
"name": "bags",
"homepage": "https://cornernote.github.io/minetest-bags/",
"description": "Attach bags to your inventory to increase item storage capacity.",
2015-08-08 23:12:35 -07:00
"screenshots": [
2015-08-09 00:31:03 -07:00
"https://cornernote.github.io/minetest-bags/img/screenshot.png"
2015-08-08 23:12:35 -07:00
],
2015-08-07 08:46:50 -07:00
"keywords": [
2015-08-14 06:22:31 -07:00
"bags",
"inventory",
"player",
"formspec"
2015-08-07 08:46:50 -07:00
],
"authors": [
"cornernote"
],
2015-08-10 00:49:15 -07:00
"license": "BSD-3-Clause",
2015-08-07 08:46:50 -07:00
"dependencies": {
"inventory_plus": "~1.0.0"
},
"ignore": [
"**/.*"
]
}