UNPKG

react-native-blackjack

Version:

BlackJack game in React Native for iOS and Android

32 lines (31 loc) 926 B
{ "name": "react-native-blackjack", "version": "0.0.1", "repository": { "type": "git", "url": "git+https://github.com/cinder92/react-native-blackjack" }, "keywords" : ["react","native","react-native","blackjack","game","21","black","jack","cards","deck"], "author" : "cinder92 - Dante Cervantes", "license" : "MIT", "description" : "BlackJack game in React Native for iOS and Android", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest", "build-android" : "cd android && ./gradlew assembleRelease", "variant" : "react-native run-android --variant=release" }, "dependencies": { "react": "16.3.1", "react-native": "0.55.4" }, "devDependencies": { "babel-jest": "23.0.1", "babel-preset-react-native": "4.0.0", "jest": "23.1.0", "react-test-renderer": "16.3.1" }, "jest": { "preset": "react-native" } }