package.json 539 B

123456789101112131415161718192021
  1. {
  2. "name": "com.dbrizov.naughtyattributes",
  3. "displayName": "NaughtyAttributes",
  4. "version": "2.1.4",
  5. "unity": "2018.4",
  6. "description": "NaughtyAttributes is an extension for the Unity Inspector.",
  7. "keywords": [ "attribute", "inspector", "editor" ],
  8. "category": "editor extensions",
  9. "dependencies": {},
  10. "samples": [
  11. {
  12. "displayName": "Demo Scene",
  13. "description": "Demo Scene",
  14. "path": "Samples/DemoScene"
  15. }
  16. ],
  17. "author": {
  18. "name": "Denis Rizov",
  19. "url": "https://github.com/dbrizov"
  20. }
  21. }