package.json 677 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "com.coffee.ui-effect",
  3. "displayName": "UI Effect",
  4. "description": "UI Effect provides visual effect components for Unity UI.\nLet's decorate your UI with effects!",
  5. "version": "4.0.0-preview.9",
  6. "unity": "2017.1",
  7. "license": "MIT",
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/mob-sakai/UIEffect.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. "effect"
  21. ],
  22. "samples": [
  23. {
  24. "displayName": "Demo",
  25. "description": "UI Effect Demo",
  26. "path": "Samples~/Demo"
  27. }
  28. ]
  29. }