{
  "name": "cz.xprees.runtime-anchors",
  "displayName": "Runtime Anchors",
  "version": "1.0.10",
  "unity": "2021.3",
  "description": "This package provides a way to create anchors in runtime.",
  "license": "MIT",
  "category": "Core",
  "dependencies": {
    "cz.xprees.core": "1.0.31",
    "cz.xprees.editor-tools": "1.0.8"
  },
  "keywords": [
    "Unity",
    "Anchors",
    "ScriptableObjects",
    "Multi-Scene"
  ],
  "author": {
    "name": "xprees",
    "email": "xprees.developer@gmail.com",
    "url": "https://xprees.com"
  },
  "bugs": {
    "url": "https://github.com/xprees/unity-runtime-anchors/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/xprees/unity-runtime-anchors.git"
  }
}