{ "name": "video", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest" }, "dependencies": { "lodash": "^4.17.2", "moment": "^2.16.0", "react": "15.3.2", "react-native": "0.37.0", "react-native-action-button": "^2.0.15", "react-native-local-storage": "^1.5.1", "react-native-orientation": "yamill/react-native-orientation", "react-native-router-flux": "^3.37.0", "react-native-scrollable-tab-view": "^0.6.0", "react-native-tabs": "^1.0.9", "react-native-vector-icons": "^3.0.0", "react-native-video": "^0.9.0", "react-redux": "^4.4.6", "redux": "^3.6.0", "redux-thunk": "^2.1.0" }, "jest": { "preset": "jest-react-native" }, "devDependencies": { "babel-jest": "17.0.2", "babel-preset-react-native": "1.9.0", "jest": "17.0.3", "jest-react-native": "17.0.3", "react-test-renderer": "15.3.2", "whatwg-fetch": "2.0.0" } }