{ "name": "example", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "appium": "appium", "configure": "scripts/configure.sh", "build:android": "scripts/build-android.sh", "build:ios": "scripts/build-ios.sh", "build": "npm-run-all build:*", "test:android": "TEST_SUITE=android appium-helper --platform android", "test:ios": "TEST_SUITE=ios appium-helper --platform ios", "test": "npm-run-all test:*", "add-podfile": "scripts/add-podfile.sh", "replace-tarball": "scripts/replaceToTarball.js", "set-stripe-url-type": "scripts/setUrlTypeForStripe.js" }, "dependencies": { "prop-types": "^15.5.10", "react": "16.0.0-alpha.12", "react-native": "0.45.0", "react-native-drawer-layout-polyfill": "^1.3.1", "tipsi-stripe": "file:../" }, "devDependencies": { "appium": "1.6.4", "babel-preset-react-native": "1.9.2", "npm-run-all": "^3.1.1", "tape-async": "^2.1.1", "tipsi-appium-helper": "2.0.0", "webdriverio": "4.7.1" } }