package.json 676 B

12345678910111213141516
  1. {
  2. "name": "com.gwiazdorrr.betterstreamingassets",
  3. "displayName": "Better Streaming Assets",
  4. "author": { "name": "Piotr Gwiazdowski" },
  5. "version": "1.6.0",
  6. "documentationUrl": "https://github.com/gwiazdorrr/BetterStreamingAssets",
  7. "changelogUrl": "https://github.com/gwiazdorrr/BetterStreamingAssets",
  8. "licensesUrl": "https://github.com/gwiazdorrr/BetterStreamingAssets/blob/master/LICENSE",
  9. "description": "Access Streaming Assets directly in an uniform and thread-safe way, with tiny overhead.",
  10. "samples": [
  11. {
  12. "displayName": "Better Streaming Assets Samples",
  13. "path": "Samples~/BetterStreamingAssets"
  14. }
  15. ]
  16. }