-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 826 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
{
"name": "com.unilonia.unilonia",
"version": "0.8.2",
"displayName": "Unilonia",
"description": "Unity plugin which allows running Avalonia on Unity",
"author": {
"name": "Jean-Francois Pustay",
"url": "https://github.com/TheKeyblader/Unilonia"
},
"dependencies": {
"com.solidalloy.type.references": "2.5.1",
"com.unity.nuget.newtonsoft-json": "2.0.0"
},
"keywords": [
"Avalonia",
"UI",
"Xaml"
],
"samples": [
{
"displayName": "Hello World",
"description": "Simple Hello World",
"path": "Samples~/HelloWorld"
},
{
"displayName": "TodoApp",
"description": "Simple TodoApp",
"path": "Samples~/TodoApp"
},
{
"displayName": "ControlCatalog",
"description": "ControlCatalog sample from Avalonia (Buggy)",
"path": "Samples~/ControlCatalog"
}
],
"unity": "2019.4"
}