-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
41 lines (41 loc) · 951 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "com.mefistofiles.unity-event-visualizer",
"version": "1.4.4",
"displayName": "Unity Event Visualizer",
"description": "A graph editor for viewing all UnityEvents at a glance",
"unity": "2017.4",
"unityRelease": "37f1",
"keywords": [
"unity",
"event",
"visualizer"
],
"homepage": "https://github.com/MephestoKhaan/UnityEventVisualizer/",
"bugs": {
"url": "https://github.com/MephestoKhaan/UnityEventVisualizer/issues"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:MephestoKhaan/UnityEventVisualizer.git"
},
"license": "MIT",
"author": {
"name": "Luca Mefisto",
"email": "[email protected]",
"url": "http://mefistofiles.com/"
},
"files": [
"*.md",
"*.meta",
"*.asmdef",
"Samples~",
"Editor"
],
"samples": [
{
"displayName": "General Events",
"description": "Sample covering different types of custom and Unity Events",
"path": "Samples~/GeneralEvents"
}
]
}