-
Notifications
You must be signed in to change notification settings - Fork 172
/
package.json
36 lines (36 loc) · 977 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": "react-native-game-engine",
"version": "1.2.0",
"description": "Some React Native components that make it easier to construct interactive scenes using the familiar update + draw lifecycle used in the development of many games ✨",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "react-native-game-engine.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/bberak/react-native-game-engine.git"
},
"keywords": [
"React",
"React Native",
"Game",
"Gaming",
"Game Dev",
"Game Development",
"Game Engine"
],
"author": "Boris Berak",
"license": "MIT",
"bugs": {
"url": "https://github.com/bberak/react-native-game-engine/issues"
},
"homepage": "https://github.com/bberak/react-native-game-engine",
"dependencies": {
"rxjs": "^6.2.2"
},
"peerDependencies": {
"react": ">= 16.3.0",
"react-native": "*"
}
}