package.json 935 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "com.coffee.softmask-for-ugui",
  3. "displayName": "UI Soft Mask",
  4. "description": "UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.\nBy using SoftMask instead of the default Mask component, you can beautifully represent the rounded edges of UI elements.",
  5. "version": "1.0.2",
  6. "unity": "2017.1",
  7. "license": "MIT",
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/mob-sakai/SoftMaskForUGUI.git"
  11. },
  12. "author": {
  13. "name": "mob-sakai",
  14. "email": "sakai861104@gmail.com",
  15. "url": "https://github.com/mob-sakai"
  16. },
  17. "dependencies": {},
  18. "keywords": [
  19. "ui",
  20. "softmask"
  21. ],
  22. "samples": [
  23. {
  24. "displayName": "Demo",
  25. "description": "UI Soft Mask Demo",
  26. "path": "Samples~/Demo"
  27. },
  28. {
  29. "displayName": "TextMeshPro Support",
  30. "description": "TextMeshPro Support",
  31. "path": "Samples~/TextMeshPro Support"
  32. }
  33. ]
  34. }