forked from appodeal/appodeal-cordova-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1013 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
34
35
36
37
38
39
40
41
42
43
44
45
{
"version": "3.0.5",
"name": "com.appodeal.plugin",
"cordova_name": "Appodeal Cordova Plugin",
"platforms": [
"android"
],
"engines": [
{
"name": "cordova",
"version": ">=5.0.0"
}
],
"description": "Appodeal's supply-side platform is designed and built by veteran publishers, for publishers. Appodeal is not an ad network, it is a new approach to monetizing for publishers.",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/appodeal/appodeal-cordova-plugin.git"
},
"keywords": [
"appodeal",
"cordova",
"phonegap",
"npm",
"ads",
"monetisation",
"ecosystem:cordova",
"cordova-android"
],
"dependencies": {
"command-exists": "^1.0.1",
"semver": "^5.3.0",
"xml2js": "^0.4.16"
},
"bundledDependencies": [
"command-exists",
"xml2js",
"sax",
"xmlbuilder",
"lodash"
],
"author": "Appodeal",
"license": "APPODEAL, Inc",
"homepage": "appodeal.com"
}