forked from ammarahm-ed/react-native-admob-native-ads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·40 lines (40 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "react-native-admob-native-ads",
"version": "0.1.1",
"description": "Simple and easy to use AdMob Native Ads for react native Android & iOS with styling support!",
"author": "Ammar Ahmed <ammarahmed6506@gmail.com>",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:ammarahm-ed/react-native-admob-native-ads.git"
},
"bugs": {
"url": "https://github.com/ammarahm-ed/react-native-admob-native-ads/issues/"
},
"homepage": "https://github.com/ammarahm-ed/react-native-admob-native-ads",
"keywords": [
"android",
"ios",
"react-native",
"admob",
"native-ads",
"admob-native-ads",
"admob-ads",
"react-native-admob"
],
"dependencies": {
"prop-types": "15.7.2"
},
"peerDependencies": {
"react-native": "0.61.5"
},
"private":false,
"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"
}
}