-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 964 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
{
"name": "cordova-plugin-webengage",
"version": "1.3.2",
"description": "WebEngage Plugin that integrates with WebEngage native SDKs(Android & iOS) to provide engagement capabilities for hybrid applications built with PhoneGap/Cordova",
"main": "WebEngagePlugin.js",
"dependencies": {
"plist": "^3.0.2",
"xml2js": "^0.4.17"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:WebEngage/cordova-plugin.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android-webengage",
"cordova-ios-webengage",
"webengage",
"push-notifications",
"analytics",
"engagement",
"notifications"
],
"author": "mobile@webengage.com",
"license": "ISC",
"engines": {
"cordovaDependencies": {
"1.0.0": {
"cordova-ios": ">=4.0.0",
"cordova-android": ">=4.1.0"
}
}
}
}