{ "name": "react-native-firebase", "version": "2.0.0", "author": "Invertase (http://invertase.io)", "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Auth, Database, Messaging, Remote Config, Storage, Admob, Analytics, Crash Reporting, and Performance.", "main": "index", "scripts": { "build": "./node_modules/.bin/babel --source-maps=true --out-dir=dist .", "dev": "npm run compile -- --watch", "lint": "eslint ./src", "publish_pages": "gh-pages -d public/", "tests-npm-install": "cd tests && npm install", "tests-packager": "cd tests && npm run start", "tests-watch-init": "wml add $(node --eval \"console.log(require('path').resolve('./lib'));\") $(node --eval \"console.log(require('path').resolve('./tests/firebase'));\")", "tests-watch-start": "watchman watch $(node --eval \"console.log(require('path').resolve('./lib'));\") && wml start", "tests-watch-stop": "watchman watch-del $(node --eval \"console.log(require('path').resolve('./lib'));\") && wml stop", "tests-pod-install": "cd tests && npm run ios:pod:install", "flow": "flow" }, "repository": { "type": "git", "url": "https://github.com/invertase/react-native-firebase.git" }, "jest": { "preset": "jest-react-native", "setupFiles": [], "unmockedModulePathPatterns": [ "./node_modules/react", "./node_modules/react-native", "./node_modules/react-native-mock", "./node_modules/react-addons-test-utils" ] }, "license": "MIT", "keywords": [ "react", "admob", "auth", "config", "remote-config", "transactions", "react-native", "react-native-firebase", "firebase", "fcm", "analytics", "messaging", "database", "android", "ios", "crash", "firestack", "performance" ], "peerDependencies": { "react": "*", "react-native": ">= 0.40.0" }, "devDependencies": { "babel-eslint": "^7.0.0", "babel-jest": "^14.1.0", "babel-preset-react-native": "^1.9.0", "debug": "^2.2.0", "enzyme": "^2.4.1", "eslint": "^3.8.1", "eslint-config-airbnb": "^12.0.0", "eslint-plugin-flowtype": "^2.20.0", "eslint-plugin-import": "^2.0.1", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.4.1", "flow-bin": "^0.46.0", "react": "^15.3.0", "react-dom": "^15.3.0", "react-native": "^0.44.0", "wml": "0.0.82" }, "dependencies": { "bows": "^1.6.0", "prop-types": "^15.5.10" } }