{
  "id": "Rideable",
  "title": "Rideable",
  "description": "A small module to handle riding and mounting",
  "authors": [
    {
    "name": "saibot"
    }
  ],
  "version": "3.1.2",
  "compatibility": {
    "minimum": "10",
    "verified": "12"
  },
  "socket": "true",
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json",
      "flags": {}
    },
    {
      "lang": "de",
      "name": "Deutsch",
      "path": "lang/de.json",
      "flags": {}
    },
    {
      "lang": "fr",
      "name": "Français",
      "path": "lang/fr.json",
      "flags": {}
    }
  ],
  "esmodules": [
	"scripts/CoreVersionComp.js",
	"scripts/compatibility/RideableCompUtils.js",
	"scripts/utils/GeometricUtils.js",
	"scripts/utils/RideableUtils.js",
	"scripts/settings/RideableSettings.js",
	"scripts/helpers/RideablePopups.js",
	"scripts/helpers/EffectManager.js",
	"scripts/helpers/RideableFlags.js",
	"scripts/RidingScript.js",
	"scripts/MountingScript.js",
	"scripts/FollowingScript.js",
	"scripts/helpers/SocketHandler.js",
	"scripts/helpers/MacroHooks.js",
	"scripts/settings/RideableSheetSettings.js",
	"scripts/compatibility/RideableCompatibility.js",
	"scripts/compatibility/APIHandler.js"
  ],
  "packs": [
	{
	  "name": "rideable",
	  "label": "Rideable",
	  "path": "packs/rideable.db",
	  "type": "Macro"
	}
  ],
  "relationships": {
	  "recommends": [
            {
                "id": "routinglib",
                "type": "module",
                "reason": "Recommended for the follow token feature (not required)",
                "compatibility": {}
            }
      ]
  },
  "url": "https://github.com/Saibot393/Rideable",
  "download": "https://github.com/Saibot393/Rideable/archive/refs/tags/v3.1.2.zip",
  "manifest": "https://github.com/Saibot393/Rideable/releases/latest/download/module.json",
  "readme": "https://github.com/Saibot393/Rideable/blob/main/README.md",
  "changelog": "https://github.com/Saibot393/Rideable/blob/main/CHANGELOG.md",
  "bugs": "https://github.com/Saibot393/Rideable/issues"
}