bower.json 491 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "bags",
  3. "homepage": "https://cornernote.github.io/minetest-bags/",
  4. "description": "Attach bags to your inventory to increase item storage capacity.",
  5. "screenshots": [
  6. "https://cornernote.github.io/minetest-bags/img/screenshot.png"
  7. ],
  8. "keywords": [
  9. "bags",
  10. "inventory",
  11. "player",
  12. "formspec"
  13. ],
  14. "authors": [
  15. "cornernote"
  16. ],
  17. "license": "BSD-3-Clause",
  18. "dependencies": {
  19. "inventory_plus": "~1.0.0"
  20. },
  21. "ignore": [
  22. "**/.*"
  23. ]
  24. }