{ "name": "mattermost-mobile", "version": "0.0.1", "description": "Mattermost Mobile with React Native", "repository": "git@github.com:mattermost/mattermost-mobile.git", "author": "Mattermost, Inc.", "license": "Apache 2.0", "private": true, "dependencies": { "analytics-react-native": "1.2.0", "babel-polyfill": "6.26.0", "commonmark": "hmhealey/commonmark.js#dda6d89198252d5fd4bb04c4cc0668766c22fd77", "commonmark-react-renderer": "hmhealey/commonmark-react-renderer#1f078d53b7993d30b2762dd7d78fdd21ee84dd21", "deep-equal": "1.0.1", "intl": "1.2.5", "jail-monkey": "0.1.0", "mattermost-redux": "mattermost/mattermost-redux#master", "prop-types": "15.6.0", "react": "16.0.0", "react-intl": "2.4.0", "react-native": "0.49.5", "react-native-animatable": "1.2.4", "react-native-bottom-sheet": "1.0.2", "react-native-button": "2.1.0", "react-native-circular-progress": "jaystramel/react-native-circular-progress", "react-native-cookies": "3.2.0", "react-native-device-info": "0.12.1", "react-native-doc-viewer": "philipphecht/react-native-doc-viewer", "react-native-drawer": "2.5.0", "react-native-exception-handler": "2.3.0", "react-native-fast-image": "1.0.0", "react-native-fetch-blob": "0.10.8", "react-native-image-picker": "0.26.7", "react-native-keyboard-aware-scroll-view": "0.4.1", "react-native-linear-gradient": "2.3.0", "react-native-local-auth": "enahum/react-native-local-auth.git", "react-native-navigation": "1.1.295", "react-native-notifications": "enahum/react-native-notifications.git", "react-native-orientation": "enahum/react-native-orientation.git", "react-native-passcode-status": "1.1.0", "react-native-safe-area": "0.2.1", "react-native-section-list-get-item-layout": "2.1.0", "react-native-sentry": "0.15.1", "react-native-slider": "0.11.0", "react-native-status-bar-size": "0.3.2", "react-native-svg": "6.0.0", "react-native-tooltip": "enahum/react-native-tooltip", "react-native-vector-icons": "4.4.2", "react-native-video": "2.0.0", "react-native-youtube": "1.0.1", "react-redux": "5.0.6", "redux": "3.7.2", "redux-batched-actions": "0.2.0", "redux-persist": "4.9.1", "redux-persist-transform-filter": "0.0.16", "redux-thunk": "2.2.0", "reselect": "3.0.1", "semver": "5.4.1", "shallow-equals": "1.0.0", "socketcluster": "9.1.1", "tinycolor2": "1.4.1", "url-parse": "1.2.0", "youtube-video-id": "0.0.2" }, "devDependencies": { "babel-cli": "6.26.0", "babel-eslint": "8.0.1", "babel-plugin-module-resolver": "2.7.1", "babel-plugin-transform-remove-console": "6.8.5", "babel-preset-env": "1.6.1", "babel-preset-es2015": "6.24.1", "babel-preset-latest": "6.24.1", "babel-preset-react": "6.24.1", "babel-preset-react-native": "4.0.0", "babel-preset-stage-0": "6.24.1", "babel-register": "6.26.0", "chai": "4.1.2", "chai-enzyme": "0.8.0", "chai-fetch-mock": "1.0.1", "deep-freeze": "0.0.1", "enzyme": "3.1.1", "eslint": "4.10.0", "eslint-plugin-mocha": "4.11.0", "eslint-plugin-react": "7.4.0", "fetch-mock": "5.13.1", "form-data": "2.3.1", "jsdom": "11.3.0", "jsdom-global": "3.0.2", "mocha": "4.0.1", "mocha-react-native": "0.6.0", "mockery": "2.1.0", "nyc": "11.3.0", "react-addons-test-utils": "15.6.2", "react-dom": "16.0.0", "react-native-mock": "0.3.1", "react-native-svg-mock": "1.1.0", "react-test-renderer": "16.0.0", "remote-redux-devtools": "0.5.12", "remotedev-rn-debugger": "0.8.3", "underscore": "1.8.3" }, "scripts": { "test": "NODE_ENV=test nyc --reporter=text mocha --exit --opts test/mocha.opts", "postinstall": "make post-install" }, "rnpm": { "assets": [ "./assets/fonts" ] } }