react-native-game-center-fork
Version:
Apple's Game Center integration with React Native
25 lines (24 loc) • 559 B
JSON
{
"name": "GameCenterExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "0.48.4",
"react-native-game-center": "^1.2.3",
"react-native-vector-icons": "^4.4.0"
},
"devDependencies": {
"jest": "20.0.4",
"react": "16.0.0-alpha.12",
"react-native": "0.45.1",
"react-test-renderer": "^16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}