{
  "name": "com.bckworks.ecsrx",
  "displayName": "BCKWorks EcsRx",
  "description": "A reactive take on the ECS pattern for .net game developers",
  "version": "1.1.9",
  "unity": "2021.1",
  "keywords": [],
  "homepage": "https://github.com/BCKWorks/ecsrx#readme",
  "bugs": {
    "url": "https://github.com/BCKWorks/ecsrx/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BCKWorks/ecsrx.git#upm"
  },
  "license": "MIT",
  "author": {
    "name": "BCKWorks",
    "email": "ck@bckworks.com",
    "url": "https://github.com/BCKWorks"
  },
  "files": [
    "*.md",
    "*.meta",
    "*.asmdef",
    "*.xml",
    "Editor",
    "Runtime",
    "Samples~"
  ],
  "dependencies": {
    "com.bckworks.unirx": "1.1.2"
  }
}