-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 948 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "com.unity.searcher",
"displayName": "Searcher",
"version": "4.9.3",
"unity": "2019.1",
"description": "General search window for use in the Editor. First target use is for GraphView node search.",
"keywords": [
"search",
"searcher"
],
"_upm": {
"changelog": "- Fixed a bug where spaces are removed when highlighted.\n- Changed VisualSplitter to twoPaneSplitView and updated indentation"
},
"upmCi": {
"footprint": "5b1ed6d260daf7b5a1f6f503b6d4e4e90d584762"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.searcher.git",
"type": "git",
"revision": "6fad693b6604ae7175b59ebb4990d9a0b6c1d012"
},
"samples": [
{
"displayName": "Searchers Samples",
"description": "Some Searcher's basic examples",
"path": "Samples~"
}
]
}