{
  "name": "react-native-branch",
  "version": "3.0.1",
  "description": "Branch Metrics React Native SDK",
  "main": "src/index.js",
  "files": [
    "android",
    "branch.example.json",
    "ios",
    "!**/*-dev.podspec",
    "react-native-branch.podspec",
    "scripts",
    "src"
  ],
  "scripts": {
    "lint": "eslint src test",
    "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-deep-linking.git"
  },
  "bugs": {
    "url": "https://github.com/BranchMetrics/react-native-branch-deep-linking/issues"
  },
  "homepage": "https://github.com/BranchMetrics/react-native-branch-deep-linking",
  "peerDependencies": {
    "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",
    "mockery": "*",
    "react": "16.0.0-alpha.6",
    "react-addons-create-fragment": "16.0.0-alpha.3",
    "react-addons-pure-render-mixin": "16.0.0-alpha.3",
    "react-addons-test-utils": "16.0.0-alpha.3",
    "react-addons-update": "16.0.0-alpha.3",
    "react-dom": "16.0.0-alpha.3",
    "react-native": "^0.43.0",
    "react-native-mock": "^0.3.0",
    "sinon": "*",
    "underscore": "*"
  },
  "rnpm": {
    "commands": {
      "postlink": "node ./node_modules/react-native-branch/scripts/addBranchConfig.js",
      "postunlink": "node ./node_modules/react-native-branch/scripts/removeBranchConfig.js"
    }
  }
}