forked from floatinghotpot/cordova-admob-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 822 Bytes
/
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
{
"name": "cordova-plugin-admobpro",
"version": "2.8.4",
"description": "Ultimate Cordova Plugin for Google AdMob and DFP to monetize hybrid apps. Show mobile Ad with single line of JavaScript. Compatible with Cordova CLI, PhoneGap Build, Intel XDK/Crosswalk, Google ChromeApp, Ionic, Meteor, etc.",
"cordova": {
"id": "cordova-plugin-admobpro",
"platforms": [
"android",
"ios",
"wp8",
"windows"
]
},
"repository": {
"type": "git",
"url": "https://github.com/floatinghotpot/cordova-admob-pro.git"
},
"bugs": {
"url": "https://github.com/floatinghotpot/cordova-admob-pro/issues"
},
"keywords": [
"cordova",
"ecosystem:cordova",
"ad",
"admob",
"google",
"rjfun"
],
"author": {
"name": "Liming Xie"
},
"license": "MIT"
}