Last active
January 27, 2018 04:16
-
-
Save hyperh/eaef68869ad6d0b5cf093beae2a142aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "appiumTutorial", | |
| "version": "0.0.1", | |
| "private": true, | |
| "scripts": { | |
| "start": "node node_modules/react-native/local-cli/cli.js start", | |
| "test": "source venv/bin/activate && LOCATION='local' py.test && deactivate", | |
| "appium": "appium", | |
| "appium:doctor": "appium-doctor" | |
| }, | |
| "dependencies": { | |
| "react": "16.0.0-alpha.12", | |
| "react-native": "0.48.2" | |
| }, | |
| "devDependencies": { | |
| "appium": "^1.6.5", | |
| "appium-doctor": "^1.4.3", | |
| "babel-jest": "21.0.2", | |
| "babel-preset-react-native": "3.0.2", | |
| "jest": "21.0.2", | |
| "react-test-renderer": "16.0.0-alpha.12", | |
| "wd": "^1.4.0" | |
| }, | |
| "jest": { | |
| "preset": "react-native" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment