react-native-ads
Version:
A react-native component for Google AdMob banners and interstitials
25 lines • 705 B
JSON
{
"name": "react-native-ads",
"version": "2.0.1",
"description": "A react-native component for Google AdMob banners and interstitials",
"author": "Thanhpn <ngocthanh2207@gmail.com>",
"main": "index.js",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "git@github.com:Thanhpn/react-native-ads.git"
},
"dependencies": {
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react-native": ">=0.44.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.19.1",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-react": "^7.14.3",
"prettier": "^1.18.2"
}
}