{
  "name": "react-native-branch",
  "version": "1.0.2",
  "description": "Branch Metrics React Native SDK",
  "main": "src/index.js",
  "files": [
    "src",
    "docs",
    "android",
    "ios",
    "react-native-branch.podspec"
  ],
  "scripts": {
    "test": "ava"
  },
  "ava": {
    "require": [
      "babel-register",
      "babel-polyfill",
      "react-native-mock/mock.js",
      "./test/helpers/RNBranch.mock.js"
    ],
    "babel": "inherit"
  },
  "babel": {
    "ignore": false,
    "presets": [
      "react-native"
    ]
  },
  "keywords": [
    "react-native",
    "react-component",
    "ios",
    "android",
    "branch",
    "metrics",
    "deeplink",
    "deep",
    "link"
  ],
  "authors": [
    "Zack Story <zack@root-two.com> (https://github.com/rt2zz)",
    "Kevin Stumpf (https://github.com/kevinstumpf)",
    "Jimmy Dee (https://github.com/jdee)"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BranchMetrics/react-native-branch.git"
  },
  "bugs": {
    "url": "https://github.com/BranchMetrics/react-native-branch/issues"
  },
  "homepage": "https://github.com/BranchMetrics/react-native-branch",
  "peerDependencies": {
    "react": ">=15.4.0",
    "react-native": ">=0.40.0"
  },
  "devDependencies": {
    "ava": "^0.14.0",
    "babel-eslint": "^6.0.4",
    "babel-polyfill": "^6.7.4",
    "eslint": "^2.7.0",
    "eslint-config-rackt": "^1.1.1",
    "react": "^15.4.0",
    "react-dom": "^15.4.0",
    "react-native": "^0.40.0",
    "react-native-mock": "^0.3.0",
    "underscore": "*",
    "mockery": "*",
    "sinon": "*"
  }
}