-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
package.json
30 lines (30 loc) · 877 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": "react-unity-webgl",
"version": "7.1.7",
"description": "React Unity WebGL provides an easy solution for embedding Unity WebGL builds in your React application, with two-way communication between your React and Unity application with advanced API's.",
"main": "./distribution/Exports.js",
"scripts": {
"start": "tsc --watch",
"test": "tsc",
"prepublish": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elraccoone/react-unity-webgl.git"
},
"keywords": [
"React",
"Unity",
"WebGL"
],
"author": "Jeffrey Lanters",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/elraccoone/react-unity-webgl/issues"
},
"homepage": "https://github.com/elraccoone/react-unity-webgl/wiki",
"devDependencies": {
"@types/react": "16.8.14",
"typescript": "^3.4.5"
}
}