-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.07 KB
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
42
43
44
45
46
47
48
49
50
51
{
"name": "@mrsmart00/react-native-unity",
"version": "0.1.3",
"description": "Hosts a Unity as a Library player inside a React Native (Expo) app",
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"src",
"plugin",
"unity",
"bin",
"app.plugin.js",
"expo-module.config.json",
"LICENSE",
"README.md",
"ios",
"!ios/vendor",
"android",
"!android/build",
"!android/.cxx"
],
"bin": {
"react-native-unity-export": "bin/export-unity.sh"
},
"keywords": [
"react-native",
"expo",
"expo-module",
"unity",
"unity-as-a-library",
"uaal",
"ios",
"android"
],
"repository": {
"type": "git",
"url": "git+https://github.com/MrSmart00/react-native-unity.git"
},
"bugs": "https://github.com/MrSmart00/react-native-unity/issues",
"homepage": "https://github.com/MrSmart00/react-native-unity#readme",
"author": "MrSmart00",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}