UNPKG

react-native-game-center-fork

Version:
55 lines (54 loc) 1.37 kB
{ "name": "react-native-game-center-fork", "title": "React Native Game Center", "version": "1.2.4", "description": "Apple's Game Center integration with React Native", "main": "RNGameCenter/index.js", "directories": { "lib": "lib" }, "scripts": { "commit": "git-cz", "test": "jest", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "repository": { "type": "git", "url": "https://github.com/garrettmac/react-native-game-center.git" }, "keywords": [ "react", "react-native", "react-native-component", "game-center", "game", "center", "native-module", "ios", "apple", "gamecenter" ], "author": "garrettmac <garrett@vyga.io> (http://vyga.io)", "license": "MIT", "bugs": { "url": "https://github.com/garrettmac/react-native-game-center/issues" }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "homepage": "https://github.com/garrettmac/react-native-game-center#readme", "devDependencies": { "commitizen": "^2.9.6", "cz-conventional-changelog": "^2.0.0", "semantic-release": "^8.0.3", "react-native": "0.45.1", "react": "16.0.0-alpha.12", "jest": "20.0.4", "react-test-renderer": "^16.0.0-alpha.12" }, "jest": { "preset": "react-native" } }