{
  "name": "@org_sterlo/react-native-admob",
  "version": "2.0.1",
  "description": "A react-native component for Google AdMob banners and interstitials",
  "author": "Simon Bugert <simon.bugert@gmail.com>",
  "main": "index.js",
  "license": "BSD-2-Clause",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sbugert/react-native-admob.git"
  },
  "dependencies": {
    "prop-types": "^15.5.10"
  },
  "peerDependencies": {
    "react-native": ">=0.44.0"
  },
  "devDependencies": {
    "babel-eslint": "^7.2.3",
    "eslint": "^4.3.0",
    "eslint-plugin-react": "^7.1.0"
  },
  "bugs": {
    "url": "https://github.com/sbugert/react-native-admob/issues"
  },
  "homepage": "https://github.com/sbugert/react-native-admob#readme",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
