{
  "name": "extensions.unity.base",
  "displayName": "Unity Extensions",
  "author": { "name": "Ivan Murzak", "url": "https://github.com/IvanMurzak" },
  "version": "1.10.0",
  "unity": "2019.2",
  "description": "Includes many helper classes.",
  "dependencies": {
    "com.neuecc.unirx": "7.1.0"
  },
  "scopedRegistries": [
    {
      "name": "Unity Extensions",
      "url": "https://registry.npmjs.org",
      "scopes": [
    	"extensions.unity"
      ]
    },
    {
      "name": "NPM",
      "url": "https://registry.npmjs.org",
      "scopes": [
    	"com.cysharp",
		"com.neuecc"
      ]
    }
  ]
}