package.json 685 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "com.unity.searcher",
  3. "displayName": "Searcher",
  4. "version": "4.3.2",
  5. "unity": "2019.1",
  6. "description": "General search window for use in the Editor. First target use is for GraphView node search.",
  7. "keywords": [
  8. "search",
  9. "searcher"
  10. ],
  11. "upmCi": {
  12. "footprint": "446e57c3161c2a422ead18b927f81939131b5531"
  13. },
  14. "repository": {
  15. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.searcher.git",
  16. "type": "git",
  17. "revision": "798bfb84c8f09f7788a3a88c3c16d72c50451530"
  18. },
  19. "samples": [
  20. {
  21. "displayName": "Searchers Samples",
  22. "description": "Some Searcher's basic examples",
  23. "path": "Samples~"
  24. }
  25. ]
  26. }