-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
36 lines (36 loc) · 937 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
{
"name": "io.extendreality.malimbe",
"displayName": "Malimbe",
"description": "A collection of tools to simplify writing public API components in Unity.",
"version": "9.7.0",
"unity": "2018.1",
"keywords": [
"editor",
"tool",
"weave",
"il"
],
"homepage": "https://github.com/ExtendRealityLtd/Malimbe/",
"bugs": {
"url": "https://github.com/ExtendRealityLtd/Malimbe/issues"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/ExtendRealityLtd/Malimbe.git"
},
"license": "MIT",
"author": {
"name": "Extend Reality Ltd",
"email": "[email protected]",
"url": "https://github.com/ExtendRealityLtd"
},
"files": [
"*.md",
"*.meta",
"Editor",
"Runtime"
],
"scripts": {
"prepack": "cp -rf Sources/UnityPackaging/bin/Release/* ."
}
}