package.json 567 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "com.coffee.unmask",
  3. "displayName": "UI Unmask",
  4. "description": "Reverse mask for uGUI element in Unity.",
  5. "version": "1.4.1",
  6. "unity": "2017.1",
  7. "license": "MIT",
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/mob-sakai/UnmaskForUGUI.git"
  11. },
  12. "author": "mob-sakai <sakai861104@gmail.com> (https://github.com/mob-sakai)",
  13. "dependencies": {},
  14. "keywords": [
  15. "ui",
  16. "mask"
  17. ],
  18. "samples": [
  19. {
  20. "displayName": "Demo",
  21. "description": "UI Unmask Demo",
  22. "path": "Samples~/Demo"
  23. }
  24. ]
  25. }