-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 922 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
{
"name": "react-unity-player",
"version": "1.0.3",
"description": "React component for Unity 3d Web player.",
"main": "lib/react-unity-player.js",
"repository": {
"type": "git",
"url": "git+https://github.com/OhYaGames/react-unity-player.git"
},
"scripts": {
"compile": "babel --presets react src --out-dir lib",
"prepublish": "npm run compile"
},
"keywords": [
"react",
"unity",
"unity3d",
"web",
"player"
],
"dependencies": {
"react": "^0.14.0"
},
"devDependencies": {
"babel": "^4.6.0",
"babel-cli": "^6.5.1",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"react": "^0.14.7",
"react-dom": "^0.14.7"
},
"author": "Oh Ya Games",
"license": "MIT",
"bugs": {
"url": "https://github.com/OhYaGames/react-unity-player/issues"
},
"homepage": "https://github.com/OhYaGames/react-unity-player#readme"
}