cordova-plugin-ads
Version:
Cordova plugin to add ads into an app. Use javascript to request ads by AdMob.
60 lines (59 loc) • 1.44 kB
JSON
{
"name": "cordova-plugin-ads",
"version": "2.0.5",
"author": {
"name": "CozyCode",
"email": "hello@cozycode.ca"
},
"description": "Cordova plugin to add ads into an app. Use javascript to request ads by AdMob.",
"main": "ios/ios-index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cozycodegh/cordova-plugin-ads.git"
},
"keywords": [
"cordova",
"plugin",
"ads",
"app",
"ios",
"android",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"promise",
"promises",
"android",
"ios",
"itunes",
"google",
"play",
"ionic",
"phonegap",
"appstore"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/cozycodegh/cordova-plugin-ads/issues"
},
"homepage": "https://github.com/cozycodegh/cordova-plugin-ads#readme",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-transform-async-to-generator": "^7.14.5",
"@babel/plugin-transform-regenerator": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.8",
"@babel/register": "^7.15.3",
"gulp": "^4.0.2",
"gulp-add-src": "^1.0.0",
"gulp-babel": "8.0.0",
"gulp-concat": "2.6.1",
"gulp-plumber": "1.2.1",
"gulp-util": "^3.0.7",
"mocha": "^9.1.3",
"vinyl-source-stream": "^2.0.0"
}
}